Rameesha commited on
Commit
a9171a9
·
1 Parent(s): 3d5926f

Rameesha/test_cdp

Browse files
Files changed (3) hide show
  1. README.md +15 -25
  2. adapter_config.json +2 -2
  3. training_args.bin +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [facebook/opt-iml-1.3b](https://huggingface.co/facebook/opt-iml-1.3b) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 3.6184
19
 
20
  ## Model description
21
 
@@ -34,7 +34,7 @@ More information needed
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
- - learning_rate: 0.0003
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
@@ -43,37 +43,27 @@ The following hyperparameters were used during training:
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 100
46
- - training_steps: 400
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
- | 3.5718 | 2.76 | 20 | 3.6184 |
53
- | 3.5423 | 5.52 | 40 | 3.6184 |
54
- | 3.5865 | 8.28 | 60 | 3.6184 |
55
- | 3.562 | 11.03 | 80 | 3.6184 |
56
- | 3.5519 | 13.79 | 100 | 3.6184 |
57
- | 3.5689 | 16.55 | 120 | 3.6184 |
58
- | 3.5551 | 19.31 | 140 | 3.6184 |
59
- | 3.5397 | 22.07 | 160 | 3.6184 |
60
- | 3.5849 | 24.83 | 180 | 3.6184 |
61
- | 3.5773 | 27.59 | 200 | 3.6184 |
62
- | 3.5301 | 30.34 | 220 | 3.6184 |
63
- | 3.5603 | 33.1 | 240 | 3.6184 |
64
- | 3.5714 | 35.86 | 260 | 3.6184 |
65
- | 3.5642 | 38.62 | 280 | 3.6184 |
66
- | 3.5559 | 41.38 | 300 | 3.6184 |
67
- | 3.5775 | 44.14 | 320 | 3.6184 |
68
- | 3.566 | 46.9 | 340 | 3.6184 |
69
- | 3.5622 | 49.66 | 360 | 3.6184 |
70
- | 3.5823 | 52.41 | 380 | 3.6184 |
71
- | 3.5603 | 55.17 | 400 | 3.6184 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.33.3
77
  - Pytorch 2.0.1+cu118
78
  - Datasets 2.14.5
79
- - Tokenizers 0.13.3
 
15
 
16
  This model is a fine-tuned version of [facebook/opt-iml-1.3b](https://huggingface.co/facebook/opt-iml-1.3b) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.6240
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 0.0002
38
  - train_batch_size: 8
39
  - eval_batch_size: 8
40
  - seed: 42
 
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
  - lr_scheduler_warmup_steps: 100
46
+ - training_steps: 200
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss |
51
  |:-------------:|:-----:|:----:|:---------------:|
52
+ | 3.4167 | 2.76 | 20 | 3.3131 |
53
+ | 2.822 | 5.52 | 40 | 2.6244 |
54
+ | 1.8781 | 8.28 | 60 | 1.7491 |
55
+ | 1.1619 | 11.03 | 80 | 1.3205 |
56
+ | 0.7079 | 13.79 | 100 | 1.0339 |
57
+ | 0.4644 | 16.55 | 120 | 0.8472 |
58
+ | 0.3597 | 19.31 | 140 | 0.7265 |
59
+ | 0.3092 | 22.07 | 160 | 0.6580 |
60
+ | 0.2789 | 24.83 | 180 | 0.6310 |
61
+ | 0.2646 | 27.59 | 200 | 0.6240 |
 
 
 
 
 
 
 
 
 
 
62
 
63
 
64
  ### Framework versions
65
 
66
+ - Transformers 4.34.0
67
  - Pytorch 2.0.1+cu118
68
  - Datasets 2.14.5
69
+ - Tokenizers 0.14.0
adapter_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_mapping": null,
3
- "base_model_name_or_path": null,
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
@@ -11,7 +11,7 @@
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
- "r": 16,
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
 
1
  {
2
  "auto_mapping": null,
3
+ "base_model_name_or_path": "facebook/opt-iml-1.3b",
4
  "bias": "none",
5
  "fan_in_fan_out": false,
6
  "inference_mode": true,
 
11
  "lora_dropout": 0.05,
12
  "modules_to_save": null,
13
  "peft_type": "LORA",
14
+ "r": 8,
15
  "revision": null,
16
  "target_modules": [
17
  "q_proj",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a0147be7d3e29377510a7af7dc836a0d8100b1d61ff50165dce733054100462c
3
- size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0b30dc83d5418e230308d1c9ae61ca03fa0aff3b748099e378fa7016b0e27ee
3
+ size 4091