mookiezi commited on
Commit
43500c6
·
verified ·
1 Parent(s): 93570e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -10
README.md CHANGED
@@ -49,9 +49,9 @@ size_categories:
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 style="vertical-align:top; padding-right:20px;">
55
 
56
  | Metric | Value |
57
  |-----------------------|------------:|
@@ -66,8 +66,9 @@ size_categories:
66
  | Total words | 262,170,519 |
67
  | Total Assistant Blocks| 18,210,858 |
68
 
69
- </td>
70
- <td style="vertical-align:top; padding-right:20px;">
 
71
 
72
  | Tokens | Count |
73
  |---------------|----------:|
@@ -84,8 +85,9 @@ size_categories:
84
  | 1024–2048 | 46 |
85
  | 2048–4096 | 10 |
86
 
87
- </td>
88
- <td style="vertical-align:top;">
 
89
 
90
  | Turns per Exchange | Count |
91
  |--------------------|-----------|
@@ -109,9 +111,10 @@ size_categories:
109
  | 19 | 131 |
110
  | 20+ | 420 |
111
 
112
- </td>
113
- </tr>
114
- </table>
 
115
 
116
  ## License
117
 
 
49
  ## Dataset Statistics
50
  (using the [Hermes-3-8B tokenizer](https://huggingface.co/NousResearch/Hermes-3-Llama-3.2-8B))
51
 
52
+ <div style="display:flex; gap:20px; align-items:flex-start;">
53
+
54
+ <div>
55
 
56
  | Metric | Value |
57
  |-----------------------|------------:|
 
66
  | Total words | 262,170,519 |
67
  | Total Assistant Blocks| 18,210,858 |
68
 
69
+ </div>
70
+
71
+ <div>
72
 
73
  | Tokens | Count |
74
  |---------------|----------:|
 
85
  | 1024–2048 | 46 |
86
  | 2048–4096 | 10 |
87
 
88
+ </div>
89
+
90
+ <div>
91
 
92
  | Turns per Exchange | Count |
93
  |--------------------|-----------|
 
111
  | 19 | 131 |
112
  | 20+ | 420 |
113
 
114
+ </div>
115
+
116
+ </div>
117
+
118
 
119
  ## License
120