mookiezi commited on
Commit
8818702
·
verified ·
1 Parent(s): 12dc3ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -49,6 +49,10 @@ size_categories:
49
  ## Dataset Statistics
50
  (using the [Hermes-3-8B tokenizer](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-8B))
51
 
 
 
 
 
52
  | Metric | Value |
53
  |-----------------------|------------:|
54
  | Samples (count) | 14,222,394 |
@@ -62,6 +66,9 @@ size_categories:
62
  | Total words | 262,170,519 |
63
  | Total Assistant Blocks| 18,210,858 |
64
 
 
 
 
65
  | Tokens | Count |
66
  |---------------|----------:|
67
  | 0–8 | 306 |
@@ -77,6 +84,9 @@ size_categories:
77
  | 1024–2048 | 46 |
78
  | 2048–4096 | 10 |
79
 
 
 
 
80
  | Turns per Exchange | Count |
81
  |--------------------|-----------|
82
  | 2 | 10,827,973 |
@@ -115,6 +125,11 @@ size_categories:
115
  | 37 | 2 |
116
  | 39 | 2 |
117
 
 
 
 
 
 
118
  ## License
119
 
120
  This project is licensed under the Apache License 2.0.
 
49
  ## Dataset Statistics
50
  (using the [Hermes-3-8B tokenizer](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-8B))
51
 
52
+ <table>
53
+ <tr>
54
+ <td>
55
+
56
  | Metric | Value |
57
  |-----------------------|------------:|
58
  | Samples (count) | 14,222,394 |
 
66
  | Total words | 262,170,519 |
67
  | Total Assistant Blocks| 18,210,858 |
68
 
69
+ </td>
70
+ <td>
71
+
72
  | Tokens | Count |
73
  |---------------|----------:|
74
  | 0–8 | 306 |
 
84
  | 1024–2048 | 46 |
85
  | 2048–4096 | 10 |
86
 
87
+ </td>
88
+ <td>
89
+
90
  | Turns per Exchange | Count |
91
  |--------------------|-----------|
92
  | 2 | 10,827,973 |
 
125
  | 37 | 2 |
126
  | 39 | 2 |
127
 
128
+ </td>
129
+ </tr>
130
+ </table>
131
+
132
+
133
  ## License
134
 
135
  This project is licensed under the Apache License 2.0.