DrishtiSharma commited on
Commit
30c6fbf
1 Parent(s): 50f8db1

End of training

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: NousResearch/Llama-2-7b-hf
6
+ model-index:
7
+ - name: llama2-7b-english-to-hinglish-translation
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
+ # llama2-7b-english-to-hinglish-translation
15
+
16
+ This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.7718
19
+ - Rouge Scores: {'rouge1': 91.95734764873546, 'rouge2': 82.32931400113223, 'rougeL': 85.99741932162073, 'rougeLsum': 91.94841950416424}
20
+ - Bleu Scores: [0.9416174113277822, 0.927443422067012, 0.9093890905268396, 0.8902085653786349]
21
+ - Gen Len: 2048.0
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - num_epochs: 2
49
+ - mixed_precision_training: Native AMP
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-----------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
55
+ | 0.8676 | 1.0 | 500 | 0.7965 | {'rouge1': 91.95351666069791, 'rouge2': 82.14665839576412, 'rougeL': 85.51462558903678, 'rougeLsum': 91.94448847318316} | [0.9428007493469047, 0.9283594260300487, 0.9099607650770003, 0.8903936529899328] | 2048.0 |
56
+ | 0.6641 | 2.0 | 1000 | 0.7718 | {'rouge1': 91.95734764873546, 'rouge2': 82.32931400113223, 'rougeL': 85.99741932162073, 'rougeLsum': 91.94841950416424} | [0.9416174113277822, 0.927443422067012, 0.9093890905268396, 0.8902085653786349] | 2048.0 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - PEFT 0.8.2
62
+ - Transformers 4.38.0.dev0
63
+ - Pytorch 2.1.0+cu118
64
+ - Datasets 2.16.2.dev0
65
+ - Tokenizers 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 64,
13
+ "lora_dropout": 0.0,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 64,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "w3",
23
+ "w2",
24
+ "q_proj",
25
+ "v_proj",
26
+ "w1",
27
+ "o_proj",
28
+ "k_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ac4991e17da2f72047bf892ee8e69047adb02130b0f6efbeeb68b67d0b8899
3
+ size 268474624
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1a2508d3f5dfbb6e23296c3fea3922d1e40c2d1ea100010ef3e84ecf3c9326
3
+ size 4792