Update README.md
Browse files
README.md
CHANGED
|
@@ -1,24 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
| 3 |
tags:
|
| 4 |
- alignment-handbook
|
| 5 |
- generated_from_trainer
|
| 6 |
-
base_model: deepseek-ai/deepseek-math-7b-base
|
| 7 |
datasets:
|
| 8 |
-
- AI-MO/numina-
|
| 9 |
model-index:
|
| 10 |
-
- name: sft_deepseek-math-
|
| 11 |
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [deepseek-ai/deepseek-math-7b-base](https://huggingface.co/deepseek-ai/deepseek-math-7b-base) on the AI-MO/numina-
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -47,20 +48,21 @@ The following hyperparameters were used during training:
|
|
| 47 |
- total_eval_batch_size: 64
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: cosine
|
|
|
|
| 50 |
- num_epochs: 3.0
|
| 51 |
|
| 52 |
### Training results
|
| 53 |
|
| 54 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 55 |
|:-------------:|:-----:|:-----:|:---------------:|
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
| 62 |
|
| 63 |
-
- Transformers 4.
|
| 64 |
-
- Pytorch 2.
|
| 65 |
- Datasets 2.18.0
|
| 66 |
-
- Tokenizers 0.19.1
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
base_model: deepseek-ai/deepseek-math-7b-base
|
| 4 |
tags:
|
| 5 |
- alignment-handbook
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
datasets:
|
| 8 |
+
- AI-MO/numina-dataset-v1.0-release-candidate-1-preproc
|
| 9 |
model-index:
|
| 10 |
+
- name: sft_deepseek-math-7b_aimo_v53.24
|
| 11 |
results: []
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
|
| 17 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/huggingface/h4/runs/8n1h8p0v)
|
| 18 |
+
# sft_deepseek-math-7b_aimo_v53.24
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [deepseek-ai/deepseek-math-7b-base](https://huggingface.co/deepseek-ai/deepseek-math-7b-base) on the AI-MO/numina-dataset-v1.0-release-candidate-1-preproc dataset.
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
+
- Loss: 0.4859
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 48 |
- total_eval_batch_size: 64
|
| 49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 50 |
- lr_scheduler_type: cosine
|
| 51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
| 52 |
- num_epochs: 3.0
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|
|
| 58 |
+
| 0.4814 | 1.0 | 6920 | 0.4942 |
|
| 59 |
+
| 0.4188 | 2.0 | 13840 | 0.4728 |
|
| 60 |
+
| 0.3496 | 3.0 | 20760 | 0.4859 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
+
- Transformers 4.42.3
|
| 66 |
+
- Pytorch 2.3.0+cu121
|
| 67 |
- Datasets 2.18.0
|
| 68 |
+
- Tokenizers 0.19.1
|