AndersGiovanni
commited on
Commit
•
59ee2ac
1
Parent(s):
275bac7
End of training
Browse files- README.md +6 -7
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,12 +21,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 1.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
-
- Hamming Loss: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -53,7 +53,6 @@ The following hyperparameters were used during training:
|
|
53 |
- lr_scheduler_type: constant
|
54 |
- lr_scheduler_warmup_ratio: 0.05
|
55 |
- num_epochs: 10
|
56 |
-
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/gemma-2b](https://huggingface.co/google/gemma-2b) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 1.3691
|
25 |
+
- Accuracy: 0.1133
|
26 |
+
- Precision: 0.5836
|
27 |
+
- Recall: 0.2698
|
28 |
+
- F1: 0.3690
|
29 |
+
- Hamming Loss: 0.2017
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
53 |
- lr_scheduler_type: constant
|
54 |
- lr_scheduler_warmup_ratio: 0.05
|
55 |
- num_epochs: 10
|
|
|
56 |
|
57 |
### Training results
|
58 |
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9920584
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26ca211e7e7a8ce9ab5cefad6cb43c2386d6013cc41cb0c0bd9e507937540ada
|
3 |
size 9920584
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bddb109ad694e5827992bd7f9eaf1f4d45c7bfcb6410d9cc25cf765516b81a4d
|
3 |
size 4920
|