jssky commited on
Commit
47afcb8
·
verified ·
1 Parent(s): 704edc4

End of training

Browse files
Files changed (2) hide show
  1. README.md +148 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3
4
+ base_model: aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 3333a13d-a24f-4a98-b13f-a97324b77310
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.6.0`
20
+ ```yaml
21
+ adapter: lora
22
+ auto_find_batch_size: true
23
+ base_model: aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataloader_num_workers: 12
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 6c11f7ee9fd5bc58_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/6c11f7ee9fd5bc58_train_data.json
34
+ type:
35
+ field_instruction: prompt
36
+ field_output: chosen_response
37
+ format: '{instruction}'
38
+ no_input_format: '{instruction}'
39
+ system_format: '{system}'
40
+ system_prompt: ''
41
+ debug: null
42
+ deepspeed: null
43
+ early_stopping_patience: 3
44
+ early_stopping_threshold: 0.001
45
+ eval_batch_size: 32
46
+ eval_max_new_tokens: 128
47
+ eval_steps: 500
48
+ eval_table_size: null
49
+ evals_per_epoch: null
50
+ flash_attention: false
51
+ fp16: null
52
+ fsdp: null
53
+ fsdp_config: null
54
+ gradient_accumulation_steps: 2
55
+ gradient_checkpointing: false
56
+ group_by_length: false
57
+ hub_model_id: jssky/3333a13d-a24f-4a98-b13f-a97324b77310
58
+ hub_repo: null
59
+ hub_strategy: checkpoint
60
+ hub_token: null
61
+ learning_rate: 0.0003
62
+ load_in_4bit: false
63
+ load_in_8bit: false
64
+ local_rank: null
65
+ logging_steps: 1
66
+ lora_alpha: 32
67
+ lora_dropout: 0.05
68
+ lora_fan_in_fan_out: null
69
+ lora_model_dir: null
70
+ lora_r: 16
71
+ lora_target_linear: true
72
+ lr_scheduler: cosine
73
+ max_steps: 1000
74
+ micro_batch_size: 128
75
+ mlflow_experiment_name: /tmp/6c11f7ee9fd5bc58_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 5
78
+ optimizer: adamw_bnb_8bit
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ s2_attention: null
82
+ sample_packing: false
83
+ save_steps: 500
84
+ saves_per_epoch: null
85
+ sequence_len: 1024
86
+ strict: false
87
+ tf32: false
88
+ tokenizer_type: AutoTokenizer
89
+ train_on_inputs: false
90
+ trust_remote_code: true
91
+ val_set_size: 0.05
92
+ wandb_entity: null
93
+ wandb_mode: online
94
+ wandb_name: 00004a65-1430-449c-be79-5ca6fffeac7e
95
+ wandb_project: Gradients-On-Demand
96
+ wandb_run: your_name
97
+ wandb_runid: 00004a65-1430-449c-be79-5ca6fffeac7e
98
+ warmup_steps: 10
99
+ weight_decay: 0.0
100
+ xformers_attention: null
101
+
102
+ ```
103
+
104
+ </details><br>
105
+
106
+ # 3333a13d-a24f-4a98-b13f-a97324b77310
107
+
108
+ This model is a fine-tuned version of [aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct](https://huggingface.co/aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct) on the None dataset.
109
+
110
+ ## Model description
111
+
112
+ More information needed
113
+
114
+ ## Intended uses & limitations
115
+
116
+ More information needed
117
+
118
+ ## Training and evaluation data
119
+
120
+ More information needed
121
+
122
+ ## Training procedure
123
+
124
+ ### Training hyperparameters
125
+
126
+ The following hyperparameters were used during training:
127
+ - learning_rate: 0.0003
128
+ - train_batch_size: 128
129
+ - eval_batch_size: 32
130
+ - seed: 42
131
+ - gradient_accumulation_steps: 2
132
+ - total_train_batch_size: 256
133
+ - optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - training_steps: 138
137
+
138
+ ### Training results
139
+
140
+
141
+
142
+ ### Framework versions
143
+
144
+ - PEFT 0.14.0
145
+ - Transformers 4.46.3
146
+ - Pytorch 2.5.1+cu124
147
+ - Datasets 3.1.0
148
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a552d34de85e17d3fc31388e8706791e0492fdba9d8af735c6621f573f280e2f
3
+ size 167934026