dada22231 commited on
Commit
46dd6f2
1 Parent(s): 3b18484

End of training

Browse files
Files changed (3) hide show
  1. README.md +168 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: JackFram/llama-160m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: abb77b0c-7123-43c5-8d2d-4101a4c92869
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: JackFram/llama-160m
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 16
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 2b278667057dac29_train_data.json
31
+ ds_type: json
32
+ field: commentary
33
+ path: /workspace/input_data/2b278667057dac29_train_data.json
34
+ type: completion
35
+ debug: null
36
+ deepspeed: null
37
+ device_map: auto
38
+ do_eval: true
39
+ early_stopping_patience: 1
40
+ eval_batch_size: 1
41
+ eval_sample_packing: false
42
+ eval_steps: 25
43
+ evaluation_strategy: steps
44
+ flash_attention: false
45
+ fp16: null
46
+ fsdp: null
47
+ fsdp_config: null
48
+ gradient_accumulation_steps: 32
49
+ gradient_checkpointing: true
50
+ group_by_length: true
51
+ hub_model_id: dada22231/abb77b0c-7123-43c5-8d2d-4101a4c92869
52
+ hub_strategy: checkpoint
53
+ hub_token: null
54
+ hub_username: dada22231
55
+ learning_rate: 0.0001
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
+ lora_target_modules:
67
+ - q_proj
68
+ - v_proj
69
+ lr_scheduler: cosine
70
+ max_grad_norm: 1.0
71
+ max_memory:
72
+ 0: 70GiB
73
+ 1: 70GiB
74
+ 2: 70GiB
75
+ 3: 70GiB
76
+ max_steps: 95
77
+ micro_batch_size: 1
78
+ mlflow_experiment_name: /tmp/2b278667057dac29_train_data.json
79
+ model_type: AutoModelForCausalLM
80
+ num_epochs: 3
81
+ optim_args:
82
+ adam_beta1: 0.9
83
+ adam_beta2: 0.95
84
+ adam_epsilon: 1e-5
85
+ optimizer: adamw_torch
86
+ output_dir: miner_id_24
87
+ pad_to_sequence_len: true
88
+ repository_id: dada22231/abb77b0c-7123-43c5-8d2d-4101a4c92869
89
+ resume_from_checkpoint: null
90
+ s2_attention: null
91
+ sample_packing: false
92
+ save_steps: 25
93
+ save_strategy: steps
94
+ sequence_len: 2048
95
+ strict: false
96
+ tf32: false
97
+ tokenizer_type: AutoTokenizer
98
+ torch_compile: false
99
+ train_on_inputs: false
100
+ trust_remote_code: true
101
+ val_set_size: 50
102
+ wandb_entity: null
103
+ wandb_mode: online
104
+ wandb_name: abb77b0c-7123-43c5-8d2d-4101a4c92869
105
+ wandb_project: Public_TuningSN
106
+ wandb_runid: abb77b0c-7123-43c5-8d2d-4101a4c92869
107
+ warmup_ratio: 0.04
108
+ weight_decay: 0.01
109
+ xformers_attention: null
110
+
111
+ ```
112
+
113
+ </details><br>
114
+
115
+ # abb77b0c-7123-43c5-8d2d-4101a4c92869
116
+
117
+ This model is a fine-tuned version of [JackFram/llama-160m](https://huggingface.co/JackFram/llama-160m) on the None dataset.
118
+ It achieves the following results on the evaluation set:
119
+ - Loss: 3.7674
120
+
121
+ ## Model description
122
+
123
+ More information needed
124
+
125
+ ## Intended uses & limitations
126
+
127
+ More information needed
128
+
129
+ ## Training and evaluation data
130
+
131
+ More information needed
132
+
133
+ ## Training procedure
134
+
135
+ ### Training hyperparameters
136
+
137
+ The following hyperparameters were used during training:
138
+ - learning_rate: 0.0001
139
+ - train_batch_size: 1
140
+ - eval_batch_size: 1
141
+ - seed: 42
142
+ - distributed_type: multi-GPU
143
+ - num_devices: 4
144
+ - gradient_accumulation_steps: 32
145
+ - total_train_batch_size: 128
146
+ - total_eval_batch_size: 4
147
+ - 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-5
148
+ - lr_scheduler_type: cosine
149
+ - lr_scheduler_warmup_steps: 3
150
+ - training_steps: 95
151
+
152
+ ### Training results
153
+
154
+ | Training Loss | Epoch | Step | Validation Loss |
155
+ |:-------------:|:------:|:----:|:---------------:|
156
+ | 4.3524 | 0.0262 | 1 | 4.7899 |
157
+ | 4.0834 | 0.6547 | 25 | 4.1429 |
158
+ | 3.6507 | 1.3093 | 50 | 3.8565 |
159
+ | 3.8753 | 1.9640 | 75 | 3.7674 |
160
+
161
+
162
+ ### Framework versions
163
+
164
+ - PEFT 0.13.2
165
+ - Transformers 4.46.0
166
+ - Pytorch 2.5.0+cu124
167
+ - Datasets 3.0.1
168
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb7a5f53652b5e3553ec2e7b0eda90cbcbd538a3ef72616a2b7e7340b78ea59
3
+ size 27192298
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e70fdcc478e60da27f3197e8d60a01322dab5ba56ed3aaab7e22acadfd6bf41
3
  size 27153960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f41337c16bbe084c798d91fe80884b941ad473c29c7a3c2e78387c1c925122
3
  size 27153960