ardaspear commited on
Commit
91aa503
·
verified ·
1 Parent(s): be9bac6

End of training

Browse files
Files changed (2) hide show
  1. README.md +159 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: echarlaix/tiny-random-PhiForCausalLM
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: ee1dcdaf-4c63-4037-a8dd-e9d476c5a849
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: echarlaix/tiny-random-PhiForCausalLM
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - da9e86118b09e5a5_train_data.json
29
+ ds_type: json
30
+ field: question
31
+ path: /workspace/input_data/da9e86118b09e5a5_train_data.json
32
+ type: completion
33
+ debug: null
34
+ deepspeed: null
35
+ early_stopping_patience: null
36
+ eval_max_new_tokens: 128
37
+ eval_table_size: null
38
+ evals_per_epoch: 4
39
+ flash_attention: false
40
+ fp16: true
41
+ fsdp: null
42
+ fsdp_config: null
43
+ gradient_accumulation_steps: 4
44
+ gradient_checkpointing: true
45
+ gradient_clipping: 1.0
46
+ group_by_length: false
47
+ hub_model_id: ardaspear/ee1dcdaf-4c63-4037-a8dd-e9d476c5a849
48
+ hub_repo: null
49
+ hub_strategy: checkpoint
50
+ hub_token: null
51
+ learning_rate: 0.0001
52
+ load_in_4bit: false
53
+ load_in_8bit: false
54
+ local_rank: 0
55
+ logging_steps: 3
56
+ lora_alpha: 128
57
+ lora_dropout: 0.1
58
+ lora_fan_in_fan_out: true
59
+ lora_model_dir: null
60
+ lora_r: 64
61
+ lora_target_linear: true
62
+ lr_scheduler: cosine
63
+ max_grad_norm: 1.0
64
+ max_memory:
65
+ 0: 72GB
66
+ max_steps: 100
67
+ micro_batch_size: 4
68
+ mlflow_experiment_name: /tmp/da9e86118b09e5a5_train_data.json
69
+ model_type: AutoModelForCausalLM
70
+ num_epochs: 3
71
+ optimizer: adamw_bnb_8bit
72
+ output_dir: miner_id_24
73
+ pad_to_sequence_len: true
74
+ resume_from_checkpoint: null
75
+ s2_attention: false
76
+ sample_packing: false
77
+ saves_per_epoch: 4
78
+ sequence_len: 1024
79
+ special_tokens:
80
+ pad_token: <|endoftext|>
81
+ strict: false
82
+ tf32: false
83
+ tokenizer_type: AutoTokenizer
84
+ train_on_inputs: false
85
+ trust_remote_code: true
86
+ val_set_size: 0.05
87
+ wandb_entity: leixa-personal
88
+ wandb_mode: online
89
+ wandb_name: ee1dcdaf-4c63-4037-a8dd-e9d476c5a849
90
+ wandb_project: Gradients-On-Two
91
+ wandb_run: your_name
92
+ wandb_runid: ee1dcdaf-4c63-4037-a8dd-e9d476c5a849
93
+ warmup_steps: 10
94
+ weight_decay: 0.01
95
+ xformers_attention: null
96
+
97
+ ```
98
+
99
+ </details><br>
100
+
101
+ # ee1dcdaf-4c63-4037-a8dd-e9d476c5a849
102
+
103
+ This model is a fine-tuned version of [echarlaix/tiny-random-PhiForCausalLM](https://huggingface.co/echarlaix/tiny-random-PhiForCausalLM) on the None dataset.
104
+ It achieves the following results on the evaluation set:
105
+ - Loss: 6.8274
106
+
107
+ ## Model description
108
+
109
+ More information needed
110
+
111
+ ## Intended uses & limitations
112
+
113
+ More information needed
114
+
115
+ ## Training and evaluation data
116
+
117
+ More information needed
118
+
119
+ ## Training procedure
120
+
121
+ ### Training hyperparameters
122
+
123
+ The following hyperparameters were used during training:
124
+ - learning_rate: 0.0001
125
+ - train_batch_size: 4
126
+ - eval_batch_size: 4
127
+ - seed: 42
128
+ - gradient_accumulation_steps: 4
129
+ - total_train_batch_size: 16
130
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
131
+ - lr_scheduler_type: cosine
132
+ - lr_scheduler_warmup_steps: 10
133
+ - training_steps: 100
134
+
135
+ ### Training results
136
+
137
+ | Training Loss | Epoch | Step | Validation Loss |
138
+ |:-------------:|:------:|:----:|:---------------:|
139
+ | No log | 0.0051 | 1 | 6.9396 |
140
+ | 6.933 | 0.0459 | 9 | 6.9278 |
141
+ | 6.9044 | 0.0918 | 18 | 6.8975 |
142
+ | 6.8733 | 0.1378 | 27 | 6.8667 |
143
+ | 6.8474 | 0.1837 | 36 | 6.8465 |
144
+ | 6.8412 | 0.2296 | 45 | 6.8371 |
145
+ | 6.8328 | 0.2755 | 54 | 6.8328 |
146
+ | 6.8329 | 0.3214 | 63 | 6.8303 |
147
+ | 6.8278 | 0.3673 | 72 | 6.8288 |
148
+ | 6.8312 | 0.4133 | 81 | 6.8278 |
149
+ | 6.8293 | 0.4592 | 90 | 6.8275 |
150
+ | 6.8296 | 0.5051 | 99 | 6.8274 |
151
+
152
+
153
+ ### Framework versions
154
+
155
+ - PEFT 0.13.2
156
+ - Transformers 4.46.0
157
+ - Pytorch 2.5.0+cu124
158
+ - Datasets 3.0.1
159
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3354c8378f46fca85efd18ede38bb97e52d27a1038f6be0b7a1c844b0b579dd1
3
+ size 344703