lesso commited on
Commit
a2ebcf9
·
verified ·
1 Parent(s): 3322dba

End of training

Browse files
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: HuggingFaceM4/tiny-random-LlamaForCausalLM
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 1e4d9a96-1e67-4e04-9a16-545c4c1d68a1
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: HuggingFaceM4/tiny-random-LlamaForCausalLM
22
+ bf16: false
23
+ chat_template: llama3
24
+ dataset_prepared_path: null
25
+ datasets:
26
+ - data_files:
27
+ - 0af559c592c1f0e9_train_data.json
28
+ ds_type: json
29
+ field: model_input
30
+ path: /workspace/input_data/0af559c592c1f0e9_train_data.json
31
+ type: completion
32
+ debug: null
33
+ deepspeed: null
34
+ early_stopping_patience: null
35
+ eval_max_new_tokens: 128
36
+ eval_table_size: null
37
+ evals_per_epoch: 4
38
+ flash_attention: false
39
+ fp16: true
40
+ fsdp: null
41
+ fsdp_config: null
42
+ gradient_accumulation_steps: 4
43
+ gradient_checkpointing: true
44
+ group_by_length: false
45
+ hub_model_id: lesso/1e4d9a96-1e67-4e04-9a16-545c4c1d68a1
46
+ hub_repo: null
47
+ hub_strategy: checkpoint
48
+ hub_token: null
49
+ learning_rate: 0.0002
50
+ load_in_4bit: false
51
+ load_in_8bit: false
52
+ local_rank: null
53
+ logging_steps: 1
54
+ lora_alpha: 16
55
+ lora_dropout: 0.05
56
+ lora_fan_in_fan_out: null
57
+ lora_model_dir: null
58
+ lora_r: 8
59
+ lora_target_linear: true
60
+ lr_scheduler: cosine
61
+ max_steps: 10
62
+ micro_batch_size: 1
63
+ mlflow_experiment_name: /tmp/0af559c592c1f0e9_train_data.json
64
+ model_type: AutoModelForCausalLM
65
+ num_epochs: 1
66
+ optimizer: adamw_hf
67
+ output_dir: miner_id_24
68
+ pad_to_sequence_len: true
69
+ resume_from_checkpoint: null
70
+ s2_attention: null
71
+ sample_packing: false
72
+ saves_per_epoch: 4
73
+ sequence_len: 1024
74
+ strict: false
75
+ tf32: false
76
+ tokenizer_type: AutoTokenizer
77
+ train_on_inputs: false
78
+ trust_remote_code: true
79
+ val_set_size: 0.05
80
+ wandb_entity: null
81
+ wandb_mode: online
82
+ wandb_name: 1e4d9a96-1e67-4e04-9a16-545c4c1d68a1
83
+ wandb_project: Gradients-On-Demand
84
+ wandb_run: your_name
85
+ wandb_runid: 1e4d9a96-1e67-4e04-9a16-545c4c1d68a1
86
+ warmup_steps: 10
87
+ weight_decay: 0.0
88
+ xformers_attention: null
89
+
90
+ ```
91
+
92
+ </details><br>
93
+
94
+ # 1e4d9a96-1e67-4e04-9a16-545c4c1d68a1
95
+
96
+ This model is a fine-tuned version of [HuggingFaceM4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceM4/tiny-random-LlamaForCausalLM) on the None dataset.
97
+ It achieves the following results on the evaluation set:
98
+ - Loss: 10.3767
99
+
100
+ ## Model description
101
+
102
+ More information needed
103
+
104
+ ## Intended uses & limitations
105
+
106
+ More information needed
107
+
108
+ ## Training and evaluation data
109
+
110
+ More information needed
111
+
112
+ ## Training procedure
113
+
114
+ ### Training hyperparameters
115
+
116
+ The following hyperparameters were used during training:
117
+ - learning_rate: 0.0002
118
+ - train_batch_size: 1
119
+ - eval_batch_size: 1
120
+ - seed: 42
121
+ - gradient_accumulation_steps: 4
122
+ - total_train_batch_size: 4
123
+ - optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
124
+ - lr_scheduler_type: cosine
125
+ - lr_scheduler_warmup_steps: 10
126
+ - training_steps: 10
127
+ - mixed_precision_training: Native AMP
128
+
129
+ ### Training results
130
+
131
+ | Training Loss | Epoch | Step | Validation Loss |
132
+ |:-------------:|:------:|:----:|:---------------:|
133
+ | 10.3806 | 0.0055 | 1 | 10.3768 |
134
+ | 10.3782 | 0.0164 | 3 | 10.3768 |
135
+ | 10.3829 | 0.0329 | 6 | 10.3768 |
136
+ | 10.383 | 0.0493 | 9 | 10.3767 |
137
+
138
+
139
+ ### Framework versions
140
+
141
+ - PEFT 0.13.2
142
+ - Transformers 4.46.0
143
+ - Pytorch 2.5.0+cu124
144
+ - Datasets 3.0.1
145
+ - Tokenizers 0.20.1
adapter_config.json CHANGED
@@ -20,12 +20,12 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "up_proj",
24
- "k_proj",
25
- "q_proj",
26
  "v_proj",
27
  "gate_proj",
28
  "o_proj",
 
 
 
29
  "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "v_proj",
24
  "gate_proj",
25
  "o_proj",
26
+ "q_proj",
27
+ "up_proj",
28
+ "k_proj",
29
  "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:368674fb05dfb1565f470365e0283a5dbd2f35c5a50e773aefd732cd5d72bc84
3
+ size 33666
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a23c20cfc598df910cc5ebadea054dd898377f8dde7f5a46200e93b49879b253
3
  size 27024
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552ed4513ec43e4dac99f0b9b83e38da9ed06e2248d7ed4e15285c4c532c7b5b
3
  size 27024
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f643f58895fbad4cde21cf2c5b4f14092feb5cf32eaa9351111da7835384d13d
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda99f4fa7f4ec9757108506e7b53bdb20e95ea140e2dc8a9b6e245e8e166800
3
  size 6776