PEFT
TensorBoard
Safetensors
Russian
Generated from Trainer
ekaterinatao commited on
Commit
f27931c
·
verified ·
1 Parent(s): 7fa1411

End of training

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Llama-2-7b-hf
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: translation_llm
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
+ # translation_llm
15
+
16
+ This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0039
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: 0.0002
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_steps: 50
46
+ - num_epochs: 5
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:------:|:----:|:---------------:|
52
+ | 0.0063 | 0.8591 | 1000 | 0.0110 |
53
+ | 0.0041 | 1.7181 | 2000 | 0.0089 |
54
+ | 0.0016 | 2.5772 | 3000 | 0.0086 |
55
+ | 0.0006 | 3.4362 | 4000 | 0.0041 |
56
+ | 0.0023 | 4.2953 | 5000 | 0.0039 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - PEFT 0.13.0
62
+ - Transformers 4.44.2
63
+ - Pytorch 2.4.1+cu121
64
+ - Datasets 3.0.1
65
+ - Tokenizers 0.19.1