NanQiangHF
commited on
Commit
•
a29b2be
1
Parent(s):
81b05ff
llama3.1_8b_bwgenerator
Browse files- README.md +12 -12
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -51,17 +51,17 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
-
| 1.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.1856
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
|:-------------:|:------:|:----:|:---------------:|
|
54 |
+
| 1.8017 | 0.2585 | 10 | 0.8807 |
|
55 |
+
| 0.5653 | 0.5170 | 20 | 0.3488 |
|
56 |
+
| 0.3026 | 0.7754 | 30 | 0.2705 |
|
57 |
+
| 0.255 | 1.0339 | 40 | 0.2418 |
|
58 |
+
| 0.2307 | 1.2924 | 50 | 0.2223 |
|
59 |
+
| 0.2157 | 1.5509 | 60 | 0.2099 |
|
60 |
+
| 0.206 | 1.8094 | 70 | 0.2021 |
|
61 |
+
| 0.1978 | 2.0679 | 80 | 0.1962 |
|
62 |
+
| 0.1913 | 2.3263 | 90 | 0.1910 |
|
63 |
+
| 0.1882 | 2.5848 | 100 | 0.1877 |
|
64 |
+
| 0.1861 | 2.8433 | 110 | 0.1856 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6832728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c838c4a2f8eba919eae620cb00e8e19ff58b8c3a5286160e3cc7b8b8526930c5
|
3 |
size 6832728
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d19cb981a2f30ca18fe5cd1d3364688db63eda07bd0aa8a226d9f92a0e824a1a
|
3 |
size 5560
|