pszemraj commited on
Commit
7242904
·
1 Parent(s): fa6814d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -2
README.md CHANGED
@@ -43,7 +43,7 @@ Interleaved dataset using 'first exhausted' strategy. Counts:
43
  DatasetDict({
44
  train: Dataset({
45
  features: ['text'],
46
- num_rows: 452457
47
  })
48
  validation: Dataset({
49
  features: ['text'],
@@ -56,4 +56,21 @@ DatasetDict({
56
  })
57
  ```
58
 
59
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  DatasetDict({
44
  train: Dataset({
45
  features: ['text'],
46
+ num_rows: 452432
47
  })
48
  validation: Dataset({
49
  features: ['text'],
 
56
  })
57
  ```
58
 
59
+
60
+ ## token counts - train
61
+
62
+ using GPTNeoX Tokenizer:
63
+
64
+ | | token_count |
65
+ |:------|-----------------:|
66
+ | count | 452432 |
67
+ | mean | 868.642 |
68
+ | std | 4791.71 |
69
+ | min | 3 |
70
+ | 25% | 88 |
71
+ | 50% | 232 |
72
+ | 75% | 590 |
73
+ | max | 1.39747e+06 |
74
+
75
+
76
+ ---