brettbbb commited on
Commit
5bc7828
1 Parent(s): 476c2f8

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model: lmsys/vicuna-7b-v1.5
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - truthful_qa
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: vicuna_mc_finetune
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # vicuna_mc_finetune
19
+
20
+ This model is a fine-tuned version of [lmsys/vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) on the truthful_qa dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.8867
23
+ - Accuracy: 0.2378
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0001
43
+ - train_batch_size: 6
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 5
49
+ - num_epochs: 20
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
56
+ | 1.7307 | 1.0 | 109 | 1.5327 | 0.4024 |
57
+ | 1.4519 | 2.0 | 218 | 1.2341 | 0.7073 |
58
+ | 0.0207 | 3.0 | 327 | 2.2924 | 0.6280 |
59
+ | 1.5647 | 4.0 | 436 | 1.9344 | 0.2256 |
60
+ | 2.2047 | 5.0 | 545 | 1.9401 | 0.2256 |
61
+ | 2.016 | 6.0 | 654 | 1.8888 | 0.2256 |
62
+ | 1.625 | 7.0 | 763 | 1.9068 | 0.1768 |
63
+ | 2.0002 | 8.0 | 872 | 1.8909 | 0.1951 |
64
+ | 1.7906 | 9.0 | 981 | 1.8828 | 0.2195 |
65
+ | 1.5295 | 10.0 | 1090 | 1.8967 | 0.2195 |
66
+ | 1.7018 | 11.0 | 1199 | 1.8845 | 0.2378 |
67
+ | 1.8412 | 12.0 | 1308 | 1.8808 | 0.2073 |
68
+ | 2.4396 | 13.0 | 1417 | 1.8816 | 0.2012 |
69
+ | 1.8643 | 14.0 | 1526 | 1.8827 | 0.2012 |
70
+ | 1.7271 | 15.0 | 1635 | 1.8844 | 0.2256 |
71
+ | 1.851 | 16.0 | 1744 | 1.8720 | 0.2134 |
72
+ | 1.7633 | 17.0 | 1853 | 1.8786 | 0.2134 |
73
+ | 2.6586 | 18.0 | 1962 | 1.8723 | 0.25 |
74
+ | 2.0078 | 19.0 | 2071 | 1.8770 | 0.2439 |
75
+ | 1.4072 | 20.0 | 2180 | 1.8867 | 0.2378 |
76
+
77
+
78
+ ### Framework versions
79
+
80
+ - Transformers 4.36.0.dev0
81
+ - Pytorch 2.1.0+cu121
82
+ - Datasets 2.13.1
83
+ - Tokenizers 0.14.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb5782a8aab090924c2c1735a4022fc323843c570957228a909156a9fa6b943
3
+ size 160283150
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:655bbca58760b8d27c175e5a4aca847ff256a9add07d838a3287238efbbd358a
3
  size 160180976
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b759f63b6d0ec6631937bbf8ee3192290edebd7035a99044cbb394e5344e806d
3
  size 160180976
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "total_flos": 1.2663415269359616e+17,
4
+ "train_loss": 1.7466916341539105,
5
+ "train_runtime": 4318.1089,
6
+ "train_samples_per_second": 3.024,
7
+ "train_steps_per_second": 0.505
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "total_flos": 1.2663415269359616e+17,
4
+ "train_loss": 1.7466916341539105,
5
+ "train_runtime": 4318.1089,
6
+ "train_samples_per_second": 3.024,
7
+ "train_steps_per_second": 0.505
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff