training after 1 epoch; batch=64
Browse files
README.md
CHANGED
@@ -5,9 +5,6 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- emotion
|
8 |
-
metrics:
|
9 |
-
- accuracy
|
10 |
-
- f1
|
11 |
model-index:
|
12 |
- name: llama-2-7B-Guanaco-QLoRA-AWQ
|
13 |
results: []
|
@@ -19,10 +16,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
# llama-2-7B-Guanaco-QLoRA-AWQ
|
20 |
|
21 |
This model is a fine-tuned version of [TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ](https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ) on the emotion dataset.
|
22 |
-
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.7119
|
24 |
-
- Accuracy: 0.778
|
25 |
-
- F1: 0.7718
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -42,28 +35,19 @@ More information needed
|
|
42 |
|
43 |
The following hyperparameters were used during training:
|
44 |
- learning_rate: 2e-05
|
45 |
-
- train_batch_size:
|
46 |
-
- eval_batch_size:
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
- mixed_precision_training: Native AMP
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step
|
56 |
-
|
57 |
-
|
|
58 |
-
| 1.3418 | 2.0 | 4000 | 1.4285 | 0.483 | 0.4464 |
|
59 |
-
| 1.1199 | 3.0 | 6000 | 1.3052 | 0.5285 | 0.4825 |
|
60 |
-
| 0.9157 | 4.0 | 8000 | 1.1448 | 0.5925 | 0.5616 |
|
61 |
-
| 0.695 | 5.0 | 10000 | 0.9214 | 0.6745 | 0.6638 |
|
62 |
-
| 0.5373 | 6.0 | 12000 | 0.8784 | 0.6925 | 0.6931 |
|
63 |
-
| 0.405 | 7.0 | 14000 | 0.7437 | 0.745 | 0.7362 |
|
64 |
-
| 0.2908 | 8.0 | 16000 | 0.7283 | 0.7625 | 0.7538 |
|
65 |
-
| 0.2407 | 9.0 | 18000 | 0.6977 | 0.7775 | 0.7745 |
|
66 |
-
| 0.1836 | 10.0 | 20000 | 0.7119 | 0.778 | 0.7718 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- emotion
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: llama-2-7B-Guanaco-QLoRA-AWQ
|
10 |
results: []
|
|
|
16 |
# llama-2-7B-Guanaco-QLoRA-AWQ
|
17 |
|
18 |
This model is a fine-tuned version of [TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ](https://huggingface.co/TheBloke/llama-2-7B-Guanaco-QLoRA-AWQ) on the emotion dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
35 |
|
36 |
The following hyperparameters were used during training:
|
37 |
- learning_rate: 2e-05
|
38 |
+
- train_batch_size: 64
|
39 |
+
- eval_batch_size: 64
|
40 |
- seed: 42
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 1
|
44 |
- mixed_precision_training: Native AMP
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
50 |
+
| No log | 1.0 | 250 | 1.6493 | 0.31 | 0.2471 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -17,8 +17,6 @@
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
20 |
-
"k_proj",
|
21 |
-
"o_proj",
|
22 |
"q_proj"
|
23 |
],
|
24 |
"task_type": "SEQ_CLS"
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"v_proj",
|
|
|
|
|
20 |
"q_proj"
|
21 |
],
|
22 |
"task_type": "SEQ_CLS"
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c70f4972e653b6005420e3ebb0a548f9212c77521686f2b963cd0f64a04a1b5e
|
3 |
+
size 16892600
|
runs/Nov09_16-04-23_d60396118908/events.out.tfevents.1699545921.d60396118908.17900.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abac623df8d5d9e063e53f54ae3615c6323ffb39ab21224509b47f54ba1d0337
|
3 |
+
size 5057
|
runs/Nov09_16-07-16_d60396118908/events.out.tfevents.1699546053.d60396118908.17900.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f42ef147a05e6a523ad753a005aa9dbac732b8a037455d090169d7c9ff8783f
|
3 |
+
size 5831
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f609275ad152bb3c0a53731438dae398abcc128d9f596d40a5912ab702c703e
|
3 |
size 4664
|