souging commited on
Commit
4bf2454
·
verified ·
1 Parent(s): de02d5b

End of training

Browse files
Files changed (2) hide show
  1. README.md +147 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: cc-by-sa-4.0
4
+ base_model: defog/sqlcoder-7b-2
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: f3352519-352a-498e-a773-5666160d30a1
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: defog/sqlcoder-7b-2
23
+ bf16: auto
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - 311d09125ae50c43_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /root/G.O.D-test/core/data/311d09125ae50c43_train_data.json
31
+ type:
32
+ field_input: conversation
33
+ field_instruction: note
34
+ field_output: summary
35
+ format: '{instruction} {input}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ eval_max_new_tokens: 128
42
+ eval_steps: 0
43
+ evals_per_epoch: null
44
+ flash_attention: true
45
+ fp16: null
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 4
49
+ gradient_checkpointing: false
50
+ group_by_length: false
51
+ hub_model_id: souging/f3352519-352a-498e-a773-5666160d30a1
52
+ hub_repo: null
53
+ hub_strategy: checkpoint
54
+ hub_token: null
55
+ learning_rate: 0.000202
56
+ load_in_4bit: false
57
+ load_in_8bit: false
58
+ local_rank: null
59
+ logging_steps: 1
60
+ lora_alpha: 64
61
+ lora_dropout: 0.05
62
+ lora_fan_in_fan_out: null
63
+ lora_model_dir: null
64
+ lora_r: 32
65
+ lora_target_linear: true
66
+ lr_scheduler: cosine
67
+ max_steps: 600
68
+ micro_batch_size: 2
69
+ mlflow_experiment_name: /tmp/311d09125ae50c43_train_data.json
70
+ model_type: AutoModelForCausalLM
71
+ num_epochs: 10
72
+ optimizer: adamw_bnb_8bit
73
+ output_dir: miner_id_24
74
+ pad_to_sequence_len: false
75
+ resume_from_checkpoint: null
76
+ s2_attention: null
77
+ sample_packing: false
78
+ save_steps: 0
79
+ saves_per_epoch: null
80
+ sequence_len: 1664
81
+ special_tokens:
82
+ pad_token: </s>
83
+ strict: false
84
+ tf32: false
85
+ tokenizer_type: AutoTokenizer
86
+ train_on_inputs: false
87
+ trust_remote_code: true
88
+ wandb_entity: null
89
+ wandb_mode: online
90
+ wandb_name: d8af681c-a272-44e4-a5a0-0fabc3fd1992
91
+ wandb_project: Gradients-On-Demand
92
+ wandb_run: your_name
93
+ wandb_runid: d8af681c-a272-44e4-a5a0-0fabc3fd1992
94
+ warmup_steps: 100
95
+ weight_decay: 0.01
96
+ xformers_attention: null
97
+
98
+ ```
99
+
100
+ </details><br>
101
+
102
+ # f3352519-352a-498e-a773-5666160d30a1
103
+
104
+ This model is a fine-tuned version of [defog/sqlcoder-7b-2](https://huggingface.co/defog/sqlcoder-7b-2) on the None dataset.
105
+
106
+ ## Model description
107
+
108
+ More information needed
109
+
110
+ ## Intended uses & limitations
111
+
112
+ More information needed
113
+
114
+ ## Training and evaluation data
115
+
116
+ More information needed
117
+
118
+ ## Training procedure
119
+
120
+ ### Training hyperparameters
121
+
122
+ The following hyperparameters were used during training:
123
+ - learning_rate: 0.000202
124
+ - train_batch_size: 2
125
+ - eval_batch_size: 2
126
+ - seed: 42
127
+ - distributed_type: multi-GPU
128
+ - num_devices: 8
129
+ - gradient_accumulation_steps: 4
130
+ - total_train_batch_size: 64
131
+ - total_eval_batch_size: 16
132
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 100
135
+ - training_steps: 600
136
+
137
+ ### Training results
138
+
139
+
140
+
141
+ ### Framework versions
142
+
143
+ - PEFT 0.13.2
144
+ - Transformers 4.46.0
145
+ - Pytorch 2.5.0+cu124
146
+ - Datasets 3.0.1
147
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e6228c1dce2cbf5f3e0a58a72e91b7ef6480ef2c5c6ba9311d978841ebec7a6
3
+ size 319977674