Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,17 @@ datasets:
|
|
4 |
- HuggingFaceTB/smollm-corpus
|
5 |
language:
|
6 |
- en
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
|
|
|
|
|
|
|
10 |
|
11 |
## plots
|
12 |
|
@@ -27,4 +35,4 @@ weights norm
|
|
27 |
![weights](./checkpoints/weights_l2_over_steps.png)
|
28 |
|
29 |
|
30 |
-
---
|
|
|
4 |
- HuggingFaceTB/smollm-corpus
|
5 |
language:
|
6 |
- en
|
7 |
+
library_name: transformers
|
8 |
+
pipeline_tag: text2text-generation
|
9 |
+
tags:
|
10 |
+
- fineweb
|
11 |
+
- t5
|
12 |
---
|
13 |
|
14 |
|
15 |
+
- 1024 ctx
|
16 |
+
- SiLU activations
|
17 |
+
- `fineweb-edu-dedup` split of `HuggingFaceTB/smollm-corpus`
|
18 |
|
19 |
## plots
|
20 |
|
|
|
35 |
![weights](./checkpoints/weights_l2_over_steps.png)
|
36 |
|
37 |
|
38 |
+
---
|