Model save
Browse files
README.md
CHANGED
@@ -16,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# llama3_8b_baseline_instructskillmix
|
18 |
|
19 |
-
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -50,19 +50,19 @@ The following hyperparameters were used during training:
|
|
50 |
- lr_scheduler_type: constant
|
51 |
- lr_scheduler_warmup_ratio: 0.1
|
52 |
- lr_scheduler_warmup_steps: 1738
|
53 |
-
- num_epochs: 3
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:------:|:----:|:---------------:|
|
59 |
-
| No log | 0.5333 | 1 |
|
60 |
-
| No log | 1.6 | 3 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.45.2
|
66 |
-
- Pytorch 2.
|
67 |
- Datasets 2.21.0
|
68 |
- Tokenizers 0.20.1
|
|
|
16 |
|
17 |
# llama3_8b_baseline_instructskillmix
|
18 |
|
19 |
+
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.7085
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
50 |
- lr_scheduler_type: constant
|
51 |
- lr_scheduler_warmup_ratio: 0.1
|
52 |
- lr_scheduler_warmup_steps: 1738
|
53 |
+
- num_epochs: 3
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss |
|
58 |
|:-------------:|:------:|:----:|:---------------:|
|
59 |
+
| No log | 0.5333 | 1 | 1.8346 |
|
60 |
+
| No log | 1.6 | 3 | 1.7085 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
- Transformers 4.45.2
|
66 |
+
- Pytorch 2.4.0+cu121
|
67 |
- Datasets 2.21.0
|
68 |
- Tokenizers 0.20.1
|