Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: text-generation
|
|
11 |
|
12 |
# **Doge 20M**
|
13 |
|
14 |
-
.
|
38 |
|
|
|
|
|
39 |
> NOTE: These models has not been fine-tuned for instruction, the instruction model is [here](https://huggingface.co/JingzeShi/Doge-20M-Instruct).
|
40 |
|
41 |
> TODO: The larger model is under training and will be uploaded soon.
|
|
|
11 |
|
12 |
# **Doge 20M**
|
13 |
|
14 |
+

|
15 |
|
16 |
Doge is an ongoing research project where we aim to train a series of small language models to further explore whether the Transformer framework allows for more complex feedforward network structures, enabling the model to have fewer cache states and larger knowledge capacity.
|
17 |
|
|
|
36 |
|
37 |
We build the Doge by doing Per-Training on [Smollm-Corpus](https://huggingface.co/datasets/HuggingFaceTB/smollm-corpus).
|
38 |
|
39 |
+
> NOTE: If you want to continue pre-training this model, you can find the unconverged checkpoint [here](https://huggingface.co/JingzeShi/Doge-20M-checkpoint-7000).
|
40 |
+
|
41 |
> NOTE: These models has not been fine-tuned for instruction, the instruction model is [here](https://huggingface.co/JingzeShi/Doge-20M-Instruct).
|
42 |
|
43 |
> TODO: The larger model is under training and will be uploaded soon.
|