souging commited on
Commit
0aba68f
·
verified ·
1 Parent(s): e3ff53d

End of training

Browse files
Files changed (2) hide show
  1. README.md +146 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: 01-ai/Yi-1.5-9B-Chat-16K
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 5dd2abd0-36f8-4633-ac75-e36c65675098
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: 01-ai/Yi-1.5-9B-Chat-16K
23
+ bf16: auto
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - 404ace6a3524de15_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /root/G.O.D-test/core/data/404ace6a3524de15_train_data.json
31
+ type:
32
+ field_input: Example
33
+ field_instruction: '@members'
34
+ field_output: Definition
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: false
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/5dd2abd0-36f8-4633-ac75-e36c65675098
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: 500
68
+ micro_batch_size: 1
69
+ mlflow_experiment_name: /tmp/404ace6a3524de15_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
+ seed: 20
81
+ sequence_len: 2048
82
+ strict: false
83
+ tf32: false
84
+ tokenizer_type: AutoTokenizer
85
+ train_on_inputs: false
86
+ trust_remote_code: true
87
+ wandb_entity: null
88
+ wandb_mode: online
89
+ wandb_name: eb768b7b-ba0a-40ac-be01-5d7d292c6239
90
+ wandb_project: Gradients-On-Demand
91
+ wandb_run: your_name
92
+ wandb_runid: eb768b7b-ba0a-40ac-be01-5d7d292c6239
93
+ warmup_steps: 100
94
+ weight_decay: 0.0
95
+ xformers_attention: null
96
+
97
+ ```
98
+
99
+ </details><br>
100
+
101
+ # 5dd2abd0-36f8-4633-ac75-e36c65675098
102
+
103
+ This model is a fine-tuned version of [01-ai/Yi-1.5-9B-Chat-16K](https://huggingface.co/01-ai/Yi-1.5-9B-Chat-16K) on the None dataset.
104
+
105
+ ## Model description
106
+
107
+ More information needed
108
+
109
+ ## Intended uses & limitations
110
+
111
+ More information needed
112
+
113
+ ## Training and evaluation data
114
+
115
+ More information needed
116
+
117
+ ## Training procedure
118
+
119
+ ### Training hyperparameters
120
+
121
+ The following hyperparameters were used during training:
122
+ - learning_rate: 0.000202
123
+ - train_batch_size: 1
124
+ - eval_batch_size: 1
125
+ - seed: 20
126
+ - distributed_type: multi-GPU
127
+ - num_devices: 8
128
+ - gradient_accumulation_steps: 4
129
+ - total_train_batch_size: 32
130
+ - total_eval_batch_size: 8
131
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
132
+ - lr_scheduler_type: cosine
133
+ - lr_scheduler_warmup_steps: 100
134
+ - training_steps: 500
135
+
136
+ ### Training results
137
+
138
+
139
+
140
+ ### Framework versions
141
+
142
+ - PEFT 0.13.2
143
+ - Transformers 4.46.0
144
+ - Pytorch 2.5.0+cu124
145
+ - Datasets 3.0.1
146
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9999e30d8b422860677e5545d5871659679d889f8afd3821589a9b2c3a324f0a
3
+ size 435926218