dododododo
commited on
Commit
β’
cd18124
1
Parent(s):
27e0f9d
Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ Neo is a completely open source large language model, including code, all model
|
|
12 |
| Model | Describe | Download |
|
13 |
|---|---|---|
|
14 |
neo_7b| This repository contains the base model of neo_7b | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b)
|
|
|
|
|
15 |
neo_7b_intermediate| This repo contains normal pre-training intermediate ckpts. A total of 3.7T tokens were learned at this phase. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_intermediate)
|
16 |
neo_7b_decay| This repo contains intermediate ckpts during the decay phase. A total of 720B tokens were learned at this phase. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_decay)
|
17 |
neo_scalinglaw_980M | This repo contains ckpts related to scalinglaw experiments | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_scalinglaw_980M)
|
|
|
12 |
| Model | Describe | Download |
|
13 |
|---|---|---|
|
14 |
neo_7b| This repository contains the base model of neo_7b | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b)
|
15 |
+
neo_7b_sft_v0.1| This repository contains the supervised fine-tuning version of the neo_7b model. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_sft_v0.1)
|
16 |
+
neo_7b_instruct_v0.1| This repository contains the instruction-tuned version of the neo_7b model. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_instruct_v0.1)
|
17 |
neo_7b_intermediate| This repo contains normal pre-training intermediate ckpts. A total of 3.7T tokens were learned at this phase. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_intermediate)
|
18 |
neo_7b_decay| This repo contains intermediate ckpts during the decay phase. A total of 720B tokens were learned at this phase. | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_7b_decay)
|
19 |
neo_scalinglaw_980M | This repo contains ckpts related to scalinglaw experiments | β’ [π€ Hugging Face](https://huggingface.co/m-a-p/neo_scalinglaw_980M)
|