tryingpro commited on
Commit
0b49e15
·
verified ·
1 Parent(s): 1676381

End of training

Browse files
Files changed (2) hide show
  1. README.md +174 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: fxmarty/tiny-llama-fast-tokenizer
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 3257f85b-1208-4591-bb8f-0626ccdf119f
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/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)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: lora
21
+ base_model: fxmarty/tiny-llama-fast-tokenizer
22
+ bf16: true
23
+ chat_template: llama3
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - eaa2bf0a263ce91a_train_data.json
28
+ ds_type: json
29
+ format: custom
30
+ path: /workspace/input_data/eaa2bf0a263ce91a_train_data.json
31
+ type:
32
+ field_input: prompt_list
33
+ field_instruction: prompt
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
+ early_stopping_patience: null
42
+ eval_max_new_tokens: 256
43
+ eval_table_size: null
44
+ evals_per_epoch: 4
45
+ flash_attention: false
46
+ fp16: null
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 32
50
+ gradient_checkpointing: true
51
+ group_by_length: false
52
+ hub_model_id: tryingpro/3257f85b-1208-4591-bb8f-0626ccdf119f
53
+ hub_repo: null
54
+ hub_strategy: checkpoint
55
+ hub_token: null
56
+ learning_rate: 0.0002
57
+ load_in_4bit: false
58
+ load_in_8bit: false
59
+ local_rank: null
60
+ logging_steps: 3
61
+ lora_alpha: 64
62
+ lora_dropout: 0.05
63
+ lora_fan_in_fan_out: null
64
+ lora_model_dir: null
65
+ lora_r: 32
66
+ lora_target_linear: true
67
+ lora_target_modules:
68
+ - q_proj
69
+ - k_proj
70
+ - v_proj
71
+ - o_proj
72
+ - gate_proj
73
+ - down_proj
74
+ - up_proj
75
+ lr_scheduler: cosine
76
+ max_grad_norm: 2
77
+ max_steps: 90
78
+ micro_batch_size: 2
79
+ mlflow_experiment_name: /tmp/eaa2bf0a263ce91a_train_data.json
80
+ model_type: AutoModelForCausalLM
81
+ num_epochs: 3
82
+ optim_args:
83
+ adam_beta1: 0.9
84
+ adam_beta2: 0.95
85
+ adam_epsilon: 1.0e-05
86
+ optimizer: adamw_torch
87
+ output_dir: miner_id_24
88
+ pad_to_sequence_len: true
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ saves_per_epoch: 4
93
+ sequence_len: 2048
94
+ special_tokens:
95
+ pad_token: </s>
96
+ strict: false
97
+ tf32: false
98
+ tokenizer_type: AutoTokenizer
99
+ train_on_inputs: false
100
+ trust_remote_code: true
101
+ val_set_size: 0.05
102
+ wandb_entity: tryingpro-unicourt
103
+ wandb_mode: online
104
+ wandb_name: d47af639-89d3-4eaf-9b1b-0ec3d6b512ef
105
+ wandb_project: Gradients-On-Demand
106
+ wandb_run: your_name
107
+ wandb_runid: d47af639-89d3-4eaf-9b1b-0ec3d6b512ef
108
+ warmup_steps: 20
109
+ weight_decay: 0.02
110
+ xformers_attention: false
111
+
112
+ ```
113
+
114
+ </details><br>
115
+
116
+ # 3257f85b-1208-4591-bb8f-0626ccdf119f
117
+
118
+ This model is a fine-tuned version of [fxmarty/tiny-llama-fast-tokenizer](https://huggingface.co/fxmarty/tiny-llama-fast-tokenizer) on the None dataset.
119
+ It achieves the following results on the evaluation set:
120
+ - Loss: 10.3489
121
+
122
+ ## Model description
123
+
124
+ More information needed
125
+
126
+ ## Intended uses & limitations
127
+
128
+ More information needed
129
+
130
+ ## Training and evaluation data
131
+
132
+ More information needed
133
+
134
+ ## Training procedure
135
+
136
+ ### Training hyperparameters
137
+
138
+ The following hyperparameters were used during training:
139
+ - learning_rate: 0.0002
140
+ - train_batch_size: 2
141
+ - eval_batch_size: 2
142
+ - seed: 42
143
+ - gradient_accumulation_steps: 32
144
+ - total_train_batch_size: 64
145
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-05
146
+ - lr_scheduler_type: cosine
147
+ - lr_scheduler_warmup_steps: 20
148
+ - training_steps: 90
149
+
150
+ ### Training results
151
+
152
+ | Training Loss | Epoch | Step | Validation Loss |
153
+ |:-------------:|:------:|:----:|:---------------:|
154
+ | No log | 0.0136 | 1 | 10.3793 |
155
+ | 10.3792 | 0.1085 | 8 | 10.3789 |
156
+ | 10.3783 | 0.2169 | 16 | 10.3774 |
157
+ | 10.3766 | 0.3254 | 24 | 10.3745 |
158
+ | 10.3736 | 0.4339 | 32 | 10.3693 |
159
+ | 10.365 | 0.5424 | 40 | 10.3605 |
160
+ | 10.3547 | 0.6508 | 48 | 10.3533 |
161
+ | 10.3522 | 0.7593 | 56 | 10.3504 |
162
+ | 10.3515 | 0.8678 | 64 | 10.3494 |
163
+ | 10.3496 | 0.9763 | 72 | 10.3491 |
164
+ | 10.4762 | 1.0881 | 80 | 10.3489 |
165
+ | 10.3273 | 1.1966 | 88 | 10.3489 |
166
+
167
+
168
+ ### Framework versions
169
+
170
+ - PEFT 0.13.2
171
+ - Transformers 4.46.0
172
+ - Pytorch 2.5.0+cu124
173
+ - Datasets 3.0.1
174
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dbe0a3842f146f9311bc2dd67b9068fa6d2a6ac2da5266c0cc414af5da30a5d
3
+ size 104322