jssky commited on
Commit
51f59c4
1 Parent(s): 77944db

End of training

Browse files
Files changed (2) hide show
  1. README.md +168 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3
4
+ base_model: DeepMount00/Llama-3-8b-Ita
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: ecf3e56b-e244-4986-953a-e52e21cf0c33
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: DeepMount00/Llama-3-8b-Ita
23
+ bf16: false
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - ff4511815e0132c5_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/ff4511815e0132c5_train_data.json
32
+ type:
33
+ field_instruction: question
34
+ field_output: category
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ devices:
42
+ - 0
43
+ - 1
44
+ - 2
45
+ - 3
46
+ - 4
47
+ - 5
48
+ - 6
49
+ - 7
50
+ early_stopping_patience: null
51
+ eval_max_new_tokens: 128
52
+ eval_table_size: null
53
+ evals_per_epoch: 4
54
+ flash_attention: true
55
+ fp16: true
56
+ fsdp: null
57
+ fsdp_config: null
58
+ gradient_accumulation_steps: 4
59
+ gradient_checkpointing: false
60
+ group_by_length: false
61
+ hub_model_id: jssky/ecf3e56b-e244-4986-953a-e52e21cf0c33
62
+ hub_repo: null
63
+ hub_strategy: checkpoint
64
+ hub_token: null
65
+ learning_rate: 0.0002
66
+ load_in_4bit: false
67
+ load_in_8bit: false
68
+ local_rank: null
69
+ logging_steps: 1
70
+ lora_alpha: 32
71
+ lora_dropout: 0.05
72
+ lora_fan_in_fan_out: null
73
+ lora_model_dir: null
74
+ lora_r: 16
75
+ lora_target_linear: true
76
+ lr_scheduler: cosine
77
+ max_steps: 10
78
+ micro_batch_size: 1
79
+ mlflow_experiment_name: /tmp/ff4511815e0132c5_train_data.json
80
+ model_type: AutoModelForCausalLM
81
+ num_epochs: 1
82
+ num_gpus: 8
83
+ optimizer: adamw_bnb_8bit
84
+ output_dir: miner_id_24
85
+ pad_to_sequence_len: true
86
+ resume_from_checkpoint: null
87
+ s2_attention: null
88
+ sample_packing: false
89
+ saves_per_epoch: 4
90
+ sequence_len: 4056
91
+ special_tokens:
92
+ pad_token: <|eot_id|>
93
+ strict: false
94
+ tf32: false
95
+ tokenizer_type: AutoTokenizer
96
+ train_batch_size: 32
97
+ train_on_inputs: false
98
+ trust_remote_code: true
99
+ val_set_size: 0.05
100
+ wandb_entity: null
101
+ wandb_mode: online
102
+ wandb_name: ecf3e56b-e244-4986-953a-e52e21cf0c33
103
+ wandb_project: Gradients-On-Demand
104
+ wandb_run: your_name
105
+ wandb_runid: ecf3e56b-e244-4986-953a-e52e21cf0c33
106
+ warmup_steps: 10
107
+ weight_decay: 0.0
108
+ xformers_attention: null
109
+
110
+ ```
111
+
112
+ </details><br>
113
+
114
+ # ecf3e56b-e244-4986-953a-e52e21cf0c33
115
+
116
+ This model is a fine-tuned version of [DeepMount00/Llama-3-8b-Ita](https://huggingface.co/DeepMount00/Llama-3-8b-Ita) on the None dataset.
117
+ It achieves the following results on the evaluation set:
118
+ - Loss: 2.5692
119
+
120
+ ## Model description
121
+
122
+ More information needed
123
+
124
+ ## Intended uses & limitations
125
+
126
+ More information needed
127
+
128
+ ## Training and evaluation data
129
+
130
+ More information needed
131
+
132
+ ## Training procedure
133
+
134
+ ### Training hyperparameters
135
+
136
+ The following hyperparameters were used during training:
137
+ - learning_rate: 0.0002
138
+ - train_batch_size: 1
139
+ - eval_batch_size: 1
140
+ - seed: 42
141
+ - distributed_type: multi-GPU
142
+ - num_devices: 8
143
+ - gradient_accumulation_steps: 4
144
+ - total_train_batch_size: 32
145
+ - total_eval_batch_size: 8
146
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
147
+ - lr_scheduler_type: cosine
148
+ - lr_scheduler_warmup_steps: 10
149
+ - training_steps: 10
150
+ - mixed_precision_training: Native AMP
151
+
152
+ ### Training results
153
+
154
+ | Training Loss | Epoch | Step | Validation Loss |
155
+ |:-------------:|:------:|:----:|:---------------:|
156
+ | 5.6119 | 0.0081 | 1 | 5.5631 |
157
+ | 5.5118 | 0.0243 | 3 | 5.5631 |
158
+ | 5.2959 | 0.0486 | 6 | 4.9585 |
159
+ | 3.4092 | 0.0729 | 9 | 2.5692 |
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:020c526ef8e3ab85bf1af23660ecc7889c02c63b6aecb7026b37cb1adf516996
3
+ size 167934026