ahmedgongi commited on
Commit
934d54e
·
verified ·
1 Parent(s): f04af7d

End of training

Browse files
README.md CHANGED
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 3.6199
20
 
21
  ## Model description
22
 
@@ -37,27 +37,27 @@ More information needed
37
  The following hyperparameters were used during training:
38
  - learning_rate: 0.0002
39
  - train_batch_size: 1
40
- - eval_batch_size: 1
41
  - seed: 42
42
  - gradient_accumulation_steps: 4
43
  - total_train_batch_size: 4
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 2
47
- - num_epochs: 10
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
- | 3.567 | 10.0 | 50 | 3.6199 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - PEFT 0.9.1.dev0
60
  - Transformers 4.39.0.dev0
61
- - Pytorch 2.1.2
62
- - Datasets 2.1.0
63
- - Tokenizers 0.15.1
 
16
 
17
  This model is a fine-tuned version of [facebook/opt-125m](https://huggingface.co/facebook/opt-125m) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.2068
20
 
21
  ## Model description
22
 
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 0.0002
39
  - train_batch_size: 1
40
+ - eval_batch_size: 8
41
  - seed: 42
42
  - gradient_accumulation_steps: 4
43
  - total_train_batch_size: 4
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
  - lr_scheduler_warmup_steps: 2
47
+ - num_epochs: 20
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss |
53
  |:-------------:|:-----:|:----:|:---------------:|
54
+ | 1.7272 | 19.92 | 1240 | 2.2068 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - PEFT 0.9.1.dev0
60
  - Transformers 4.39.0.dev0
61
+ - Pytorch 2.1.0+cu121
62
+ - Datasets 2.17.1
63
+ - Tokenizers 0.15.2
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "facebook/opt-125m",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "q_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
26
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "CAUSAL_LM",
26
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f861d551a6edfc98bcabbc11ecf8557f274b08209c89eef4488c32ab9bac9de1
3
- size 1186232
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89eb8c8f7fa4ec12bfd8549e29a8cf26b2aad8917a586b6fe333691170a0d721
3
+ size 1189496
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37a2625451a7977fe2063ba154d30d73877bca12944f2bf1c8d1f025ecbff105
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11fcf359a26237487ce4c1c0c0de4194039d6cc94cc0038c22e4f1a0e12f7f18
3
+ size 4792