liuylhf commited on
Commit
dda1a11
1 Parent(s): 3862702

Model save

Browse files
Files changed (2) hide show
  1. README.md +141 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: mistralai/Mixtral-8x22B-Instruct-v0.1
7
+ model-index:
8
+ - name: parallel-call-original-4-epoch-mixtral-8x22b-instruct
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<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)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.0`
19
+ ```yaml
20
+ adapter: qlora
21
+ base_model: mistralai/Mixtral-8x22B-Instruct-v0.1
22
+ bf16: true
23
+ chat_template: inst
24
+ dataset_prepared_path: last_run_prepared
25
+ datasets:
26
+ - conversation: mistral
27
+ path: ./data/with_function_response/original_clean/function_used_training.jsonl
28
+ type: sharegpt
29
+ - conversation: mistral
30
+ path: ./data/with_function_response/original_clean/function_not_used_training.jsonl
31
+ type: sharegpt
32
+ - conversation: mistral
33
+ path: ./data/with_function_response/parallel_call/parallel_data_training.jsonl
34
+ type: sharegpt
35
+ debug: null
36
+ # eval_max_new_tokens: 256
37
+ # eval_steps: 0.2
38
+ # eval_table_size: null
39
+ flash_attention: true
40
+ fp16: false
41
+ gradient_accumulation_steps: 4
42
+ gradient_checkpointing: true
43
+ group_by_length: false
44
+ hub_model_id: liuylhf/parallel-call-original-4-epoch-mixtral-8x22b-instruct
45
+ learning_rate: 0.0002
46
+ load_in_4bit: true
47
+ load_in_8bit: false
48
+ logging_steps: 1
49
+ lora_alpha: 64
50
+ lora_dropout: 0.05
51
+ lora_model_dir: null
52
+ lora_r: 32
53
+ lora_target_modules:
54
+ - q_proj
55
+ - k_proj
56
+ - v_proj
57
+ - o_proj
58
+ lr_scheduler: cosine
59
+ micro_batch_size: 2
60
+ model_config:
61
+ output_router_logits: true
62
+ model_type: AutoModelForCausalLM
63
+ num_epochs: 1
64
+ optimizer: paged_adamw_8bit
65
+ output_dir: model
66
+ pad_to_sequence_len: true
67
+ sample_packing: true
68
+ save_steps: 0.125
69
+ sequence_len: 4096
70
+ strict: false
71
+ tf32: false
72
+ tokenizer_type: LlamaTokenizer
73
+ train_on_inputs: false
74
+ trust_remote_code: true
75
+ val_set_size: 0
76
+ wandb_log_model: end
77
+ wandb_name: more-tools
78
+ wandb_project: function-call
79
+ warmup_steps: 10
80
+ weight_decay: 0.0
81
+ fsdp:
82
+ - full_shard
83
+ - auto_wrap
84
+ fsdp_config:
85
+ fsdp_limit_all_gathers: true
86
+ fsdp_sync_module_states: true
87
+ fsdp_offload_params: true
88
+ fsdp_use_orig_params: false
89
+ fsdp_cpu_ram_efficient_loading: true
90
+ fsdp_transformer_layer_cls_to_wrap: MixtralSparseMoeBlock
91
+ fsdp_state_dict_type: FULL_STATE_DICT
92
+ fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
93
+
94
+
95
+
96
+ ```
97
+
98
+ </details><br>
99
+
100
+ # parallel-call-original-4-epoch-mixtral-8x22b-instruct
101
+
102
+ This model is a fine-tuned version of [mistralai/Mixtral-8x22B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x22B-Instruct-v0.1) on an unknown dataset.
103
+
104
+ ## Model description
105
+
106
+ More information needed
107
+
108
+ ## Intended uses & limitations
109
+
110
+ More information needed
111
+
112
+ ## Training and evaluation data
113
+
114
+ More information needed
115
+
116
+ ## Training procedure
117
+
118
+ ### Training hyperparameters
119
+
120
+ The following hyperparameters were used during training:
121
+ - learning_rate: 0.0002
122
+ - train_batch_size: 2
123
+ - eval_batch_size: 2
124
+ - seed: 42
125
+ - distributed_type: multi-GPU
126
+ - num_devices: 4
127
+ - gradient_accumulation_steps: 4
128
+ - total_train_batch_size: 32
129
+ - total_eval_batch_size: 8
130
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
131
+ - lr_scheduler_type: cosine
132
+ - lr_scheduler_warmup_steps: 10
133
+ - num_epochs: 1
134
+
135
+ ### Framework versions
136
+
137
+ - PEFT 0.9.0
138
+ - Transformers 4.38.2
139
+ - Pytorch 2.2.1+cu121
140
+ - Datasets 2.18.0
141
+ - Tokenizers 0.15.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:080fbe2bdb9d6a009b05783f5869edf4d65a6c4da3227c2918011f674cacfccf
3
  size 278982192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb67a56016fdba0bd91566020dda473d4aed907bc7220c345f154cfe99b849e
3
  size 278982192