RoyJoy commited on
Commit
ba2bcad
1 Parent(s): 7e1b367

End of training

Browse files
Files changed (2) hide show
  1. README.md +147 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/tinyllama-chat
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 9142578f-b76b-49b4-b781-d6b293ad5527
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/tinyllama-chat
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - ed6550d85506d30d_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/ed6550d85506d30d_train_data.json
32
+ type:
33
+ field_input: relationship
34
+ field_instruction: plain_query
35
+ field_output: actor_name
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ early_stopping_patience: null
43
+ eval_max_new_tokens: 128
44
+ eval_table_size: null
45
+ evals_per_epoch: 4
46
+ flash_attention: true
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 4
50
+ gradient_checkpointing: false
51
+ group_by_length: false
52
+ hub_model_id: sn56/9142578f-b76b-49b4-b781-d6b293ad5527
53
+ hub_repo: null
54
+ hub_strategy: checkpoint
55
+ hub_token: null
56
+ learning_rate: 0.0002
57
+ local_rank: null
58
+ logging_steps: 1
59
+ lora_alpha: 32
60
+ lora_dropout: 0.05
61
+ lora_fan_in_fan_out: false
62
+ lora_r: 16
63
+ lora_target_linear: true
64
+ lr_scheduler: cosine
65
+ max_steps: 10
66
+ micro_batch_size: 2
67
+ mlflow_experiment_name: /tmp/ed6550d85506d30d_train_data.json
68
+ model_type: MistralForCausalLM
69
+ num_epochs: 1
70
+ optimizer: adamw_bnb_8bit
71
+ output_dir: miner_id_24
72
+ pad_to_sequence_len: true
73
+ sample_packing: false
74
+ saves_per_epoch: 4
75
+ sequence_len: 4056
76
+ strict: false
77
+ tf32: false
78
+ tokenizer_type: LlamaTokenizer
79
+ train_on_inputs: false
80
+ val_set_size: 0.05
81
+ wandb_entity: null
82
+ wandb_mode: offline
83
+ wandb_name: 9142578f-b76b-49b4-b781-d6b293ad5527
84
+ wandb_project: Gradients-On-Demand
85
+ wandb_run: your_name
86
+ wandb_runid: 9142578f-b76b-49b4-b781-d6b293ad5527
87
+ warmup_steps: 10
88
+ weight_decay: 0.0
89
+
90
+ ```
91
+
92
+ </details><br>
93
+
94
+ # 9142578f-b76b-49b4-b781-d6b293ad5527
95
+
96
+ This model is a fine-tuned version of [unsloth/tinyllama-chat](https://huggingface.co/unsloth/tinyllama-chat) on the None dataset.
97
+ It achieves the following results on the evaluation set:
98
+ - Loss: 1.6440
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: 2
119
+ - eval_batch_size: 2
120
+ - seed: 42
121
+ - distributed_type: multi-GPU
122
+ - num_devices: 4
123
+ - gradient_accumulation_steps: 4
124
+ - total_train_batch_size: 32
125
+ - total_eval_batch_size: 8
126
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
127
+ - lr_scheduler_type: cosine
128
+ - lr_scheduler_warmup_steps: 10
129
+ - training_steps: 10
130
+
131
+ ### Training results
132
+
133
+ | Training Loss | Epoch | Step | Validation Loss |
134
+ |:-------------:|:------:|:----:|:---------------:|
135
+ | 3.638 | 0.0227 | 1 | 3.7898 |
136
+ | 3.5331 | 0.0682 | 3 | 3.6857 |
137
+ | 2.8824 | 0.1364 | 6 | 2.8155 |
138
+ | 1.8518 | 0.2045 | 9 | 1.6440 |
139
+
140
+
141
+ ### Framework versions
142
+
143
+ - PEFT 0.13.2
144
+ - Transformers 4.46.0
145
+ - Pytorch 2.5.0+cu124
146
+ - Datasets 3.0.1
147
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ca4b8c59e5a3e25cea7f0a86c8ed740d172665c0babfe2bc40fbe311a4dfe86
3
+ size 50573530