lu-vae commited on
Commit
6856cca
·
verified ·
1 Parent(s): 51287c7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: Qwen/Qwen1.5-7B
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: qwen1.5-7b-fft
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
+ [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
15
+ <details><summary>See axolotl config</summary>
16
+
17
+ axolotl version: `0.4.0`
18
+ ```yaml
19
+ base_model: Qwen/Qwen1.5-7B
20
+ model_type: AutoModelForCausalLM
21
+ tokenizer_type: AutoTokenizer
22
+
23
+ load_in_8bit: false
24
+ load_in_4bit: false
25
+ strict: false
26
+
27
+ datasets:
28
+ - path: /data/data/final_set_cleaned/train/
29
+ type: sharegpt
30
+ conversation: chatml
31
+ - path: /data/data/map_coig_cqia.jsonl
32
+ type: sharegpt
33
+ conversation: chatml
34
+ - path: /data/data/ruozhiba.jsonl
35
+ type: sharegpt
36
+ conversation: chatml
37
+ - path: /data/data/sharegpt4.jsonl
38
+ type: sharegpt
39
+ conversation: chatml
40
+ - path: /data/data/OpenHermes-Zh.jsonl
41
+ type: sharegpt
42
+ conversation: chatml
43
+ dataset_prepared_path: last_run_prepared
44
+ val_set_size: 0
45
+ output_dir: ./out
46
+
47
+ sequence_len: 8192
48
+ sample_packing: true
49
+ pad_to_sequence_len: true
50
+
51
+ wandb_project: FFT
52
+ wandb_entity:
53
+ wandb_watch:
54
+ wandb_name:
55
+ wandb_log_model:
56
+
57
+ gradient_accumulation_steps: 8
58
+ micro_batch_size: 1
59
+ num_epochs: 2
60
+ optimizer: paged_adamw_32bit
61
+ lr_scheduler: cosine
62
+ learning_rate: 2e-5
63
+
64
+ train_on_inputs: false
65
+ group_by_length: false
66
+ bf16: auto
67
+ fp16:
68
+ tf32: false
69
+
70
+ gradient_checkpointing: true
71
+ gradient_checkpointing_kwargs:
72
+ use_reentrant: false
73
+ early_stopping_patience:
74
+ resume_from_checkpoint:
75
+ logging_steps: 1
76
+ xformers_attention:
77
+ flash_attention: true
78
+
79
+ warmup_ratio: 0.05
80
+ evals_per_epoch: 0
81
+ eval_table_size:
82
+ saves_per_epoch: 4
83
+ save_total_limit: 8
84
+ debug:
85
+ deepspeed: deepspeed/zero2.json
86
+ weight_decay: 0.0
87
+ fsdp:
88
+ fsdp_config:
89
+ default_system_message: "You are a helpful assistant."
90
+ special_tokens:
91
+ eos_token: "<|im_end|>"
92
+ pad_token: "<|end_of_text|>"
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # qwen1.5-7b-fft
99
+
100
+ This model is a fine-tuned version of [Qwen/Qwen1.5-7B](https://huggingface.co/Qwen/Qwen1.5-7B) on the None dataset.
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 2e-05
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - distributed_type: multi-GPU
124
+ - num_devices: 6
125
+ - gradient_accumulation_steps: 8
126
+ - total_train_batch_size: 48
127
+ - total_eval_batch_size: 6
128
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
129
+ - lr_scheduler_type: cosine
130
+ - lr_scheduler_warmup_steps: 48
131
+ - num_epochs: 2
132
+
133
+ ### Training results
134
+
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - Transformers 4.40.1
140
+ - Pytorch 2.0.1+cu118
141
+ - Datasets 2.15.0
142
+ - Tokenizers 0.19.1