End of training
Browse files- README.md +12 -14
- model.safetensors +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [keylazy/Llama-2-7b-chat-hf-ark](https://huggingface.co/keylazy/Llama-2-7b-chat-hf-ark) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -50,19 +50,17 @@ The following hyperparameters were used during training:
|
|
50 |
- total_train_batch_size: 128
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
-
| Training Loss | Epoch | Step
|
59 |
-
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.1268 | 2.5 | 195 | 0.5323 | 0.724 | 0.7243 | 0.724 | 0.7241 |
|
65 |
-
| 0.0968 | 3.0 | 234 | 0.5437 | 0.721 | 0.7219 | 0.721 | 0.7212 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [keylazy/Llama-2-7b-chat-hf-ark](https://huggingface.co/keylazy/Llama-2-7b-chat-hf-ark) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.1851
|
23 |
+
- Accuracy: 0.9428
|
24 |
+
- Precision: 0.9429
|
25 |
+
- Recall: 0.9428
|
26 |
+
- F1: 0.9428
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
50 |
- total_train_batch_size: 128
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
+
- num_epochs: 2
|
54 |
- mixed_precision_training: Native AMP
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
59 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
60 |
+
| 0.1635 | 0.5 | 3828 | 0.1612 | 0.9267 | 0.9270 | 0.9267 | 0.9267 |
|
61 |
+
| 0.1302 | 1.0 | 7656 | 0.1330 | 0.9424 | 0.9429 | 0.9424 | 0.9423 |
|
62 |
+
| 0.0352 | 1.5 | 11484 | 0.1845 | 0.9435 | 0.9435 | 0.9435 | 0.9434 |
|
63 |
+
| 0.0316 | 2.0 | 15312 | 0.1851 | 0.9428 | 0.9429 | 0.9428 | 0.9428 |
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 398865392
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45bc87a2ef02e887cd9931fe4d670240ca8fdcb7e989f49c050a5d7b6bb4e4bf
|
3 |
size 398865392
|