rishavranaut
commited on
Commit
•
c772e48
1
Parent(s):
3d14f93
rishavranaut/Llama3_8B_Task2_semantic_pred
Browse files- README.md +17 -13
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1 score: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -49,17 +49,21 @@ The following hyperparameters were used during training:
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
-
- num_epochs:
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step |
|
57 |
-
|
58 |
-
| 0.49 | 0.5208 | 200 | 0.
|
59 |
-
| 0.439 | 1.0417 | 400 |
|
60 |
-
| 0.2744 | 1.5625 | 600 | 0.
|
61 |
-
| 0.2621 | 2.0833 | 800 |
|
62 |
-
| 0.1921 | 2.6042 | 1000 |
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 1.2767
|
24 |
+
- Accuracy: 0.6493
|
25 |
+
- Precision: 0.6493
|
26 |
+
- Recall: 0.6493
|
27 |
+
- F1 score: 0.6493
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
49 |
- seed: 42
|
50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
51 |
- lr_scheduler_type: linear
|
52 |
+
- num_epochs: 5
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
+
| Training Loss | Epoch | Step | Accuracy | F1 score | Precision | Recall | Validation Loss |
|
57 |
+
|:-------------:|:------:|:----:|:--------:|:--------:|:---------:|:------:|:---------------:|
|
58 |
+
| 0.49 | 0.5208 | 200 | 0.5750 | 0.5750 | 0.5750 | 0.5750 | 0.9015 |
|
59 |
+
| 0.439 | 1.0417 | 400 | 0.5541 | 0.5541 | 0.5541 | 0.5541 | 1.2361 |
|
60 |
+
| 0.2744 | 1.5625 | 600 | 0.7744 | 0.7744 | 0.7744 | 0.7744 | 0.4804 |
|
61 |
+
| 0.2621 | 2.0833 | 800 | 0.5658 | 0.5658 | 0.5658 | 0.5658 | 1.2460 |
|
62 |
+
| 0.1921 | 2.6042 | 1000 | 0.6102 | 0.6102 | 0.6102 | 0.6102 | 1.0217 |
|
63 |
+
| 0.1602 | 3.125 | 1200 | 0.5880 | 0.5880 | 0.5880 | 0.5880 | 1.3196 |
|
64 |
+
| 0.1736 | 3.6458 | 1400 | 0.5684 | 0.5684 | 0.5684 | 0.5684 | 1.7235 |
|
65 |
+
| 0.1628 | 4.1667 | 1600 | 0.6780 | 0.6780 | 0.6780 | 0.6780 | 1.0542 |
|
66 |
+
| 0.1204 | 4.6875 | 1800 | 1.2767 | 0.6493 | 0.6493 | 0.6493 | 0.6493 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54593240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdc4cc91037087574bcf7f4d7beb2814f1d45c30b6375395d47ba2d0d9e6ff6d
|
3 |
size 54593240
|