liuylhf commited on
Commit
e15bd06
1 Parent(s): 4e6d064

Model save

Browse files
Files changed (2) hide show
  1. README.md +130 -0
  2. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-all-linear
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: 4d024e8e9a7d4c788853a531226680a8/./data/with_function_response/original_clean/function_used_training.jsonl
28
+ type: sharegpt
29
+ - conversation: mistral
30
+ path: 4d024e8e9a7d4c788853a531226680a8/./data/with_function_response/original_clean/function_not_used_training.jsonl
31
+ type: sharegpt
32
+ - conversation: mistral
33
+ path: 4d024e8e9a7d4c788853a531226680a8/./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-all-linear
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_linear: true
56
+ loss_watchdog_patience: 3
57
+ loss_watchdog_threshold: 5.0
58
+ lr_scheduler: cosine
59
+ micro_batch_size: 2
60
+ model_config:
61
+ output_router_logits: true
62
+ model_type: AutoModelForCausalLM
63
+ num_epochs: 4
64
+ optimizer: paged_adamw_8bit
65
+ output_dir: 4d024e8e9a7d4c788853a531226680a8/model
66
+ pad_to_sequence_len: true
67
+ sample_packing: true
68
+ save_steps: 0.1
69
+ sequence_len: 4096
70
+ special_tokens:
71
+ conversation: '[c]'
72
+ function: '[f]'
73
+ strict: false
74
+ tf32: false
75
+ tokenizer_type: AutoTokenizer
76
+ train_on_inputs: false
77
+ trust_remote_code: true
78
+ val_set_size: 0.025
79
+ wandb_log_model: end
80
+ wandb_name: more-tools
81
+ wandb_project: function-call
82
+ warmup_steps: 10
83
+ weight_decay: 0.0
84
+
85
+ ```
86
+
87
+ </details><br>
88
+
89
+ # special-token-all-linear
90
+
91
+ 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.
92
+
93
+ ## Model description
94
+
95
+ More information needed
96
+
97
+ ## Intended uses & limitations
98
+
99
+ More information needed
100
+
101
+ ## Training and evaluation data
102
+
103
+ More information needed
104
+
105
+ ## Training procedure
106
+
107
+ ### Training hyperparameters
108
+
109
+ The following hyperparameters were used during training:
110
+ - learning_rate: 0.0002
111
+ - train_batch_size: 2
112
+ - eval_batch_size: 2
113
+ - seed: 42
114
+ - distributed_type: multi-GPU
115
+ - num_devices: 4
116
+ - gradient_accumulation_steps: 4
117
+ - total_train_batch_size: 32
118
+ - total_eval_batch_size: 8
119
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
120
+ - lr_scheduler_type: cosine
121
+ - lr_scheduler_warmup_steps: 10
122
+ - num_epochs: 4
123
+
124
+ ### Framework versions
125
+
126
+ - PEFT 0.9.0
127
+ - Transformers 4.38.2
128
+ - Pytorch 2.2.1+cu121
129
+ - Datasets 2.18.0
130
+ - Tokenizers 0.15.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f1f31455ec4d26b16d7c8eadaa0f02d3433b81cd89b6084dd7766c7a11bde3e6
3
  size 1938077512
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc484b9de71050d31c0251f3f04ec4c219f9cf7c78f2be25946331265237faa
3
  size 1938077512