End of training
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
tags:
|
4 |
+
- trl
|
5 |
+
- sft
|
6 |
+
- generated_from_trainer
|
7 |
+
base_model: NousResearch/Llama-2-7b-chat-hf
|
8 |
+
model-index:
|
9 |
+
- name: llama2-7b-chat-hf-english-to-hinglish
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# llama2-7b-chat-hf-english-to-hinglish
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [NousResearch/Llama-2-7b-chat-hf](https://huggingface.co/NousResearch/Llama-2-7b-chat-hf) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 2.1746
|
21 |
+
- Rouge Scores: {'rouge1': 0.8885908254946812, 'rouge2': 0.7710863010584095, 'rougeL': 0.5959196285242199, 'rougeLsum': 0.8887611638083375}
|
22 |
+
- Bleu Scores: [0.9146534717527709, 0.8952839315431885, 0.8704729625819737, 0.8440396772968578]
|
23 |
+
- Gen Len: 2048.0
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Intended uses & limitations
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training and evaluation data
|
34 |
+
|
35 |
+
More information needed
|
36 |
+
|
37 |
+
## Training procedure
|
38 |
+
|
39 |
+
### Training hyperparameters
|
40 |
+
|
41 |
+
The following hyperparameters were used during training:
|
42 |
+
- learning_rate: 0.0002
|
43 |
+
- train_batch_size: 8
|
44 |
+
- eval_batch_size: 8
|
45 |
+
- seed: 42
|
46 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
+
- lr_scheduler_type: cosine
|
48 |
+
- num_epochs: 3
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Rouge Scores | Bleu Scores | Gen Len |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------:|:-------:|
|
54 |
+
| 2.4347 | 1.0 | 19 | 2.2502 | {'rouge1': 0.8978799395571857, 'rouge2': 0.7786106895702147, 'rougeL': 0.5929935988553734, 'rougeLsum': 0.8979590919999867} | [0.8924998190589056, 0.8765058761668494, 0.8529072060046804, 0.8271335845757618] | 2048.0 |
|
55 |
+
| 2.1641 | 2.0 | 38 | 2.1817 | {'rouge1': 0.8908622699691104, 'rouge2': 0.787877924739433, 'rougeL': 0.5912826901692394, 'rougeLsum': 0.8911134776621241} | [0.9026796342264707, 0.887688173576005, 0.8645415966459645, 0.839085075553431] | 2048.0 |
|
56 |
+
| 2.085 | 3.0 | 57 | 2.1746 | {'rouge1': 0.8885908254946812, 'rouge2': 0.7710863010584095, 'rougeL': 0.5959196285242199, 'rougeLsum': 0.8887611638083375} | [0.9146534717527709, 0.8952839315431885, 0.8704729625819737, 0.8440396772968578] | 2048.0 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- PEFT 0.9.1.dev0
|
62 |
+
- Transformers 4.37.0
|
63 |
+
- Pytorch 2.1.0+cu121
|
64 |
+
- Datasets 2.18.1.dev0
|
65 |
+
- Tokenizers 0.15.2
|