Kamyar-zeinalipour commited on
Commit
d8c83da
1 Parent(s): 2ca8766

Model save

Browse files
Files changed (1) hide show
  1. README.md +65 -0
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: meta-llama/Llama-2-13b-chat-hf
8
+ model-index:
9
+ - name: llama13B_LORA_clue_simple_16_32
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
+ # llama13B_LORA_clue_simple_16_32
17
+
18
+ This model is a fine-tuned version of [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.4017
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 0.0001
40
+ - train_batch_size: 128
41
+ - eval_batch_size: 8
42
+ - seed: 100
43
+ - distributed_type: multi-GPU
44
+ - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 256
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - num_epochs: 3.0
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 0.4355 | 1.0 | 712 | 0.4377 |
55
+ | 0.4038 | 2.0 | 1425 | 0.4091 |
56
+ | 0.3765 | 3.0 | 2136 | 0.4017 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - PEFT 0.7.2.dev0
62
+ - Transformers 4.38.2
63
+ - Pytorch 2.1.2+cu121
64
+ - Datasets 2.16.1
65
+ - Tokenizers 0.15.0