Harley-ml commited on
Commit
cf47a30
·
verified ·
1 Parent(s): 2dead95

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ tags:
6
+ - philosophy
7
+ - lesswrong
8
+ - long-sequences
9
+ - posts
10
+ size_categories:
11
+ - 10K<n<100K
12
+ ---
13
+
14
+ # What is LessWrong?
15
+
16
+ LessWrong is a community blog and forum dedicated to improving human reasoning and decision-making, aiming to help people hold more accurate beliefs and be more effective, or "less wrong," daily.
17
+ This dataset contains over twenty-six thousand posts from 2009 and onward.
18
+
19
+ ## Stats
20
+
21
+ | Key | Value |
22
+ |----------------------|----------------|
23
+ | Entries | 26,517 |
24
+ | Total Tokens (GPT2) | 96,399,665 |
25
+ | Total Words | 53,966,975 |
26
+ | Avg Tokens / Entry | 3,635.39 |
27
+ | Avg Words / Entry | 2,035.18 |
28
+
29
+ We counted the tokens using [GPT2's](https://huggingface.co/openai-community/gpt2) tokenizer.
30
+
31
+ ---
32
+
33
+ ## Use Cases
34
+
35
+ Pretraining and fine-tuning language models on long-form rationalist and AI-safety discourse.