Model save
Browse files- README.md +11 -11
- generation_config.json +7 -4
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
license:
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- llama-factory
|
7 |
- generated_from_trainer
|
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# llama3-mammoth-dcft
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:------:|:----:|:---------------:|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
-
- Transformers 4.45.
|
66 |
-
- Pytorch 2.
|
67 |
-
- Datasets 2.
|
68 |
-
- Tokenizers 0.20.
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: llama3
|
4 |
+
base_model: meta-llama/Meta-Llama-3-8B
|
5 |
tags:
|
6 |
- llama-factory
|
7 |
- generated_from_trainer
|
|
|
15 |
|
16 |
# llama3-mammoth-dcft
|
17 |
|
18 |
+
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.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.0635
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
|:-------------:|:------:|:----:|:---------------:|
|
58 |
+
| No log | 0.8889 | 2 | 1.1009 |
|
59 |
+
| No log | 1.7778 | 4 | 1.0781 |
|
60 |
+
| No log | 2.6667 | 6 | 1.0635 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.45.2
|
66 |
+
- Pytorch 2.4.1+cu121
|
67 |
+
- Datasets 2.21.0
|
68 |
+
- Tokenizers 0.20.1
|
generation_config.json
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"eos_token_id":
|
5 |
-
"
|
|
|
|
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
+
"bos_token_id": 128000,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 128001,
|
5 |
+
"max_length": 4096,
|
6 |
+
"temperature": 0.6,
|
7 |
+
"top_p": 0.9,
|
8 |
+
"transformers_version": "4.45.2"
|
9 |
}
|