WDong commited on
Commit
857f8aa
1 Parent(s): 561cf79

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -3
README.md CHANGED
@@ -1,3 +1,76 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - llama-factory
6
+ - lora
7
+ - generated_from_trainer
8
+ base_model: Qwen/Qwen1.5-7B-Chat
9
+ model-index:
10
+ - name: '06051615'
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # 06051615
18
+
19
+ This model is a fine-tuned version of [/datas/huggingface/Qwen1.5-7B-Chat/](https://huggingface.co//datas/huggingface/Qwen1.5-7B-Chat/) on the alpaca_formatted_ift_eft_dft_rft_share5k_2048 dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.9018
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: 1
42
+ - eval_batch_size: 1
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 2
46
+ - gradient_accumulation_steps: 4
47
+ - total_train_batch_size: 8
48
+ - total_eval_batch_size: 2
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_steps: 700
52
+ - num_epochs: 5.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:------:|:----:|:---------------:|
58
+ | 0.7655 | 0.4793 | 700 | 0.9256 |
59
+ | 0.8703 | 0.9586 | 1400 | 0.9017 |
60
+ | 0.725 | 1.4379 | 2100 | 0.9006 |
61
+ | 0.7958 | 1.9172 | 2800 | 0.8908 |
62
+ | 0.7346 | 2.3964 | 3500 | 0.8911 |
63
+ | 0.6516 | 2.8757 | 4200 | 0.8911 |
64
+ | 1.0524 | 3.3550 | 4900 | 0.9006 |
65
+ | 1.1005 | 3.8343 | 5600 | 0.8945 |
66
+ | 0.7991 | 4.3136 | 6300 | 0.9009 |
67
+ | 0.7668 | 4.7929 | 7000 | 0.9016 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - PEFT 0.10.0
73
+ - Transformers 4.40.0
74
+ - Pytorch 2.1.0+cu121
75
+ - Datasets 2.14.5
76
+ - Tokenizers 0.19.1