liuylhf commited on
Commit
7542d6d
1 Parent(s): 6cc6505

Model save

Browse files
Files changed (2) hide show
  1. README.md +134 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
7
+ model-index:
8
+ - name: special-token-qkvo
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-8x7B-Instruct-v0.1
22
+ bf16: true
23
+ chat_template: inst
24
+ dataset_prepared_path: last_run_prepared
25
+ datasets:
26
+ - conversation: mistral
27
+ path: e91f18b218a246a3be51ec3a2d8a73bb/./data/with_function_response/original_clean/function_used_training.jsonl
28
+ type: sharegpt
29
+ - conversation: mistral
30
+ path: e91f18b218a246a3be51ec3a2d8a73bb/./data/with_function_response/original_clean/function_not_used_training.jsonl
31
+ type: sharegpt
32
+ - conversation: mistral
33
+ path: e91f18b218a246a3be51ec3a2d8a73bb/./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
+ fsdp: null
42
+ fsdp_config: null
43
+ gradient_accumulation_steps: 4
44
+ gradient_checkpointing: true
45
+ group_by_length: false
46
+ hub_model_id: liuylhf/special-token-qkvo
47
+ learning_rate: 0.0002
48
+ load_in_4bit: true
49
+ load_in_8bit: false
50
+ logging_steps: 1
51
+ lora_alpha: 64
52
+ lora_dropout: 0.05
53
+ lora_model_dir: null
54
+ lora_r: 32
55
+ lora_target_modules:
56
+ - q_proj
57
+ - k_proj
58
+ - v_proj
59
+ - o_proj
60
+ loss_watchdog_patience: 3
61
+ loss_watchdog_threshold: 5.0
62
+ lr_scheduler: cosine
63
+ micro_batch_size: 2
64
+ model_config:
65
+ output_router_logits: true
66
+ model_type: AutoModelForCausalLM
67
+ num_epochs: 4
68
+ optimizer: paged_adamw_8bit
69
+ output_dir: e91f18b218a246a3be51ec3a2d8a73bb/model
70
+ pad_to_sequence_len: true
71
+ sample_packing: true
72
+ save_steps: 0.1
73
+ sequence_len: 4096
74
+ special_tokens:
75
+ conversation: '[c]'
76
+ function: '[f]'
77
+ strict: false
78
+ tf32: false
79
+ tokenizer_type: AutoTokenizer
80
+ train_on_inputs: false
81
+ trust_remote_code: true
82
+ val_set_size: 0.025
83
+ wandb_log_model: end
84
+ wandb_name: more-tools
85
+ wandb_project: function-call
86
+ warmup_steps: 10
87
+ weight_decay: 0.0
88
+
89
+ ```
90
+
91
+ </details><br>
92
+
93
+ # special-token-qkvo
94
+
95
+ This model is a fine-tuned version of [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) on an unknown dataset.
96
+
97
+ ## Model description
98
+
99
+ More information needed
100
+
101
+ ## Intended uses & limitations
102
+
103
+ More information needed
104
+
105
+ ## Training and evaluation data
106
+
107
+ More information needed
108
+
109
+ ## Training procedure
110
+
111
+ ### Training hyperparameters
112
+
113
+ The following hyperparameters were used during training:
114
+ - learning_rate: 0.0002
115
+ - train_batch_size: 2
116
+ - eval_batch_size: 2
117
+ - seed: 42
118
+ - distributed_type: multi-GPU
119
+ - num_devices: 4
120
+ - gradient_accumulation_steps: 4
121
+ - total_train_batch_size: 32
122
+ - total_eval_batch_size: 8
123
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
124
+ - lr_scheduler_type: cosine
125
+ - lr_scheduler_warmup_steps: 10
126
+ - num_epochs: 4
127
+
128
+ ### Framework versions
129
+
130
+ - PEFT 0.9.0
131
+ - Transformers 4.38.2
132
+ - Pytorch 2.2.1+cu121
133
+ - Datasets 2.18.0
134
+ - Tokenizers 0.15.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0cfc41ca79799d808aaccac139f3c5485b75232ad140b5c10ec180a10b8920c
3
  size 109086416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefee868d0b5b4787d481239b41a1b724f7028d97818629cce09fb7c22785bff
3
  size 109086416