ypl commited on
Commit
bc5b5f1
1 Parent(s): 09092a2

End of training

Browse files
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [TheBloke/zephyr-7B-beta-GPTQ](https://huggingface.co/TheBloke/zephyr-7B-beta-GPTQ) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.2505
22
 
23
  ## Model description
24
 
@@ -37,32 +37,22 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 0.0002
41
- - train_batch_size: 1
42
  - eval_batch_size: 8
43
  - seed: 42
44
- - gradient_accumulation_steps: 4
45
- - total_train_batch_size: 4
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - lr_scheduler_warmup_steps: 2
49
- - training_steps: 500
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss |
55
  |:-------------:|:-----:|:----:|:---------------:|
56
- | 0.3021 | 0.01 | 50 | 0.2990 |
57
- | 0.2768 | 0.01 | 100 | 0.2823 |
58
- | 0.2781 | 0.02 | 150 | 0.2751 |
59
- | 0.2701 | 0.02 | 200 | 0.2724 |
60
- | 0.2594 | 0.03 | 250 | 0.2634 |
61
- | 0.2496 | 0.03 | 300 | 0.2591 |
62
- | 0.2975 | 0.04 | 350 | 0.2560 |
63
- | 0.2443 | 0.04 | 400 | 0.2535 |
64
- | 0.277 | 0.05 | 450 | 0.2512 |
65
- | 0.2407 | 0.05 | 500 | 0.2505 |
66
 
67
 
68
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [TheBloke/zephyr-7B-beta-GPTQ](https://huggingface.co/TheBloke/zephyr-7B-beta-GPTQ) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.3048
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
+ - train_batch_size: 2
42
  - eval_batch_size: 8
43
  - seed: 42
 
 
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 1
47
+ - training_steps: 200
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.3611 | 0.01 | 100 | 0.3279 |
55
+ | 0.2922 | 0.01 | 200 | 0.3048 |
 
 
 
 
 
 
 
 
56
 
57
 
58
  ### Framework versions
adapter_config.json CHANGED
@@ -20,9 +20,9 @@
20
  "revision": null,
21
  "target_modules": [
22
  "k_proj",
 
23
  "o_proj",
24
- "q_proj",
25
- "v_proj"
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_rslora": false
 
20
  "revision": null,
21
  "target_modules": [
22
  "k_proj",
23
+ "v_proj",
24
  "o_proj",
25
+ "q_proj"
 
26
  ],
27
  "task_type": "CAUSAL_LM",
28
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b17cf761836b9715bee0515a3c20847cb238f8c36b452677307a8df25b08ba83
3
  size 54560368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6bfc2359f525b1d96d5e0b99b5ac34d6ef141bba9d41799458db5c9cfdca73
3
  size 54560368
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:200a3f43fe4dac28371f3b43d0a3417321b723563359f579193a6bb320c9e279
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6698bc4d558a208dd37a1d05b7500e02e829cc79558d34e5bf75782b5f0c28db
3
  size 4728