tuanna08go commited on
Commit
b5e19b3
1 Parent(s): a441184

End of training

Browse files
Files changed (2) hide show
  1. README.md +145 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: unsloth/Llama-3.2-1B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: cb2c1d25-44ec-4a61-8a81-8ed84f722eb7
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: unsloth/Llama-3.2-1B
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - c2b84ae726e7503f_train_data.json
29
+ ds_type: json
30
+ field: topic
31
+ path: /workspace/input_data/c2b84ae726e7503f_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: 2
39
+ flash_attention: true
40
+ fp16: true
41
+ fsdp: null
42
+ fsdp_config: null
43
+ gradient_accumulation_steps: 32
44
+ gradient_checkpointing: true
45
+ group_by_length: false
46
+ hub_model_id: tuanna08go/cb2c1d25-44ec-4a61-8a81-8ed84f722eb7
47
+ hub_repo: null
48
+ hub_strategy: checkpoint
49
+ hub_token: null
50
+ learning_rate: 0.0001
51
+ load_in_4bit: false
52
+ load_in_8bit: true
53
+ local_rank: null
54
+ logging_steps: 5
55
+ lora_alpha: 32
56
+ lora_dropout: 0.05
57
+ lora_fan_in_fan_out: null
58
+ lora_model_dir: null
59
+ lora_r: 16
60
+ lora_target_linear: true
61
+ lr_scheduler: cosine
62
+ lr_scheduler_warmup_steps: 2
63
+ max_steps: 50
64
+ micro_batch_size: 1
65
+ mlflow_experiment_name: /tmp/c2b84ae726e7503f_train_data.json
66
+ model_type: AutoModelForCausalLM
67
+ num_epochs: 1
68
+ optimizer: adamw_bnb_8bit
69
+ output_dir: miner_id_24
70
+ pad_to_sequence_len: true
71
+ resume_from_checkpoint: null
72
+ s2_attention: null
73
+ sample_packing: false
74
+ saves_per_epoch: 2
75
+ sequence_len: 2048
76
+ strict: false
77
+ tf32: true
78
+ tokenizer_type: AutoTokenizer
79
+ train_on_inputs: false
80
+ trust_remote_code: true
81
+ val_set_size: 0.1
82
+ wandb_entity: null
83
+ wandb_mode: online
84
+ wandb_name: cb2c1d25-44ec-4a61-8a81-8ed84f722eb7
85
+ wandb_project: Gradients-On-Demand
86
+ wandb_run: your_name
87
+ wandb_runid: cb2c1d25-44ec-4a61-8a81-8ed84f722eb7
88
+ warmup_steps: 2
89
+ weight_decay: 0.01
90
+ xformers_attention: true
91
+
92
+ ```
93
+
94
+ </details><br>
95
+
96
+ # cb2c1d25-44ec-4a61-8a81-8ed84f722eb7
97
+
98
+ This model is a fine-tuned version of [unsloth/Llama-3.2-1B](https://huggingface.co/unsloth/Llama-3.2-1B) on the None dataset.
99
+ It achieves the following results on the evaluation set:
100
+ - Loss: 1.4146
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 0.0001
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - gradient_accumulation_steps: 32
124
+ - total_train_batch_size: 32
125
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
126
+ - lr_scheduler_type: cosine
127
+ - lr_scheduler_warmup_steps: 2
128
+ - training_steps: 50
129
+
130
+ ### Training results
131
+
132
+ | Training Loss | Epoch | Step | Validation Loss |
133
+ |:-------------:|:------:|:----:|:---------------:|
134
+ | No log | 0.0013 | 1 | 8.7421 |
135
+ | 1.5326 | 0.0321 | 25 | 1.5825 |
136
+ | 1.3559 | 0.0642 | 50 | 1.4146 |
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_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e80a48f3f06f6e0409449ab9bbfce0f206b796bfad2efcda757637c5a962fdf
3
+ size 45169354