kooff11 commited on
Commit
042664f
1 Parent(s): b19ffb3

End of training

Browse files
Files changed (2) hide show
  1. README.md +158 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 629bbb72-d175-41ec-8222-b4b6cda595fc
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
+ accelerate_config:
22
+ dynamo_backend: inductor
23
+ mixed_precision: bf16
24
+ num_machines: 1
25
+ num_processes: auto
26
+ use_cpu: false
27
+ adapter: lora
28
+ base_model: aisingapore/llama3-8b-cpt-sea-lionv2.1-instruct
29
+ bf16: auto
30
+ chat_template: llama3
31
+ dataset_prepared_path: null
32
+ datasets:
33
+ - data_files:
34
+ - aee8e665e44968a7_train_data.json
35
+ ds_type: json
36
+ format: custom
37
+ path: /workspace/input_data/aee8e665e44968a7_train_data.json
38
+ type:
39
+ field_instruction: text
40
+ field_output: label_text
41
+ format: '{instruction}'
42
+ no_input_format: '{instruction}'
43
+ system_format: '{system}'
44
+ system_prompt: ''
45
+ debug: null
46
+ deepspeed: null
47
+ early_stopping_patience: null
48
+ eval_max_new_tokens: 128
49
+ eval_table_size: null
50
+ evals_per_epoch: 4
51
+ flash_attention: true
52
+ fp16: null
53
+ fsdp: null
54
+ fsdp_config: null
55
+ gradient_accumulation_steps: 4
56
+ gradient_checkpointing: false
57
+ group_by_length: false
58
+ hub_model_id: kooff11/629bbb72-d175-41ec-8222-b4b6cda595fc
59
+ hub_repo: null
60
+ hub_strategy: checkpoint
61
+ hub_token: null
62
+ learning_rate: 0.0003
63
+ load_in_16bit: true
64
+ load_in_4bit: true
65
+ load_in_8bit: false
66
+ local_rank: null
67
+ logging_steps: 1
68
+ lora_alpha: 32
69
+ lora_dropout: 0.05
70
+ lora_fan_in_fan_out: null
71
+ lora_model_dir: null
72
+ lora_r: 16
73
+ lora_target_linear: true
74
+ lr_scheduler: cosine
75
+ max_steps: 10
76
+ micro_batch_size: 2
77
+ mlflow_experiment_name: /tmp/aee8e665e44968a7_train_data.json
78
+ model_type: AutoModelForCausalLM
79
+ num_epochs: 1
80
+ optimizer: adamw_bnb_8bit
81
+ output_dir: miner_id_24
82
+ pad_to_sequence_len: true
83
+ resume_from_checkpoint: null
84
+ s2_attention: null
85
+ sample_packing: false
86
+ saves_per_epoch: 4
87
+ sequence_len: 4056
88
+ strict: false
89
+ tf32: false
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.05
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: 629bbb72-d175-41ec-8222-b4b6cda595fc
97
+ wandb_project: Gradients-On-Demand
98
+ wandb_run: your_name
99
+ wandb_runid: 629bbb72-d175-41ec-8222-b4b6cda595fc
100
+ warmup_steps: 10
101
+ weight_decay: 0.0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 629bbb72-d175-41ec-8222-b4b6cda595fc
109
+
110
+ 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.
111
+ It achieves the following results on the evaluation set:
112
+ - Loss: 1.2920
113
+
114
+ ## Model description
115
+
116
+ More information needed
117
+
118
+ ## Intended uses & limitations
119
+
120
+ More information needed
121
+
122
+ ## Training and evaluation data
123
+
124
+ More information needed
125
+
126
+ ## Training procedure
127
+
128
+ ### Training hyperparameters
129
+
130
+ The following hyperparameters were used during training:
131
+ - learning_rate: 0.0003
132
+ - train_batch_size: 2
133
+ - eval_batch_size: 2
134
+ - seed: 42
135
+ - gradient_accumulation_steps: 4
136
+ - total_train_batch_size: 8
137
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 10
140
+ - training_steps: 10
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:----:|:---------------:|
146
+ | 12.277 | 0.0004 | 1 | 12.8591 |
147
+ | 12.8142 | 0.0012 | 3 | 12.1895 |
148
+ | 6.8754 | 0.0023 | 6 | 4.3099 |
149
+ | 1.6347 | 0.0035 | 9 | 1.2920 |
150
+
151
+
152
+ ### Framework versions
153
+
154
+ - PEFT 0.13.2
155
+ - Transformers 4.46.0
156
+ - Pytorch 2.5.0+cu124
157
+ - Datasets 3.0.1
158
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a49eeac7fef5e96a781d8c890d298495b232140150a8dce7fc582de6c4e8d0
3
+ size 167934026