Hemant8215 commited on
Commit
349919d
1 Parent(s): 8072530

End of training

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: facebook/opt-350m
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: langauage-model
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # langauage-model
15
+
16
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 3.4264
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 10
44
+
45
+ ### Training results
46
+
47
+ | Training Loss | Epoch | Step | Validation Loss |
48
+ |:-------------:|:-----:|:-----:|:---------------:|
49
+ | 3.5452 | 1.0 | 1120 | 3.4734 |
50
+ | 3.5075 | 2.0 | 2240 | 3.4529 |
51
+ | 3.478 | 3.0 | 3360 | 3.4433 |
52
+ | 3.4807 | 4.0 | 4480 | 3.4370 |
53
+ | 3.4555 | 5.0 | 5600 | 3.4329 |
54
+ | 3.4554 | 6.0 | 6720 | 3.4302 |
55
+ | 3.4475 | 7.0 | 7840 | 3.4284 |
56
+ | 3.4466 | 8.0 | 8960 | 3.4273 |
57
+ | 3.4442 | 9.0 | 10080 | 3.4266 |
58
+ | 3.4442 | 10.0 | 11200 | 3.4264 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.34.1
64
+ - Pytorch 2.1.0+cu118
65
+ - Datasets 2.14.5
66
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "facebook/opt-350m",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": false,
7
+ "init_lora_weights": false,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 32,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 32,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db881bccfc7e2e66f5d733e3e59d7efb04e61537a0140eb8b6bce7034db0d7f8
3
+ size 12618318
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.34.1"
7
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0f9d3140c42f5815def57291111e670a1912f98ecb20f11359a606e3f5da7b
3
+ size 4536