ncbateman commited on
Commit
398efe4
·
verified ·
1 Parent(s): a61728d

End of training

Browse files
Files changed (2) hide show
  1. README.md +142 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: unsloth/Llama-3.2-1B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: nansen-docker
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.5.0`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: unsloth/Llama-3.2-1B-Instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ dataset_processes: 12
27
+ datasets:
28
+ - path: json
29
+ type: alpaca
30
+ ds_type: json
31
+ data_files: /workspace/data/data.json
32
+ debug: null
33
+ deepspeed: null
34
+ early_stopping_patience: null
35
+ eval_max_new_tokens: 512
36
+ eval_table_size: null
37
+ evals_per_epoch: 2
38
+ flash_attention: true
39
+ fp16: null
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: ncbateman/nansen-docker
46
+ hub_strategy: checkpoint
47
+ hub_token: null
48
+ learning_rate: 0.0001
49
+ load_in_4bit: false
50
+ load_in_8bit: true
51
+ local_rank: null
52
+ logging_steps: 1
53
+ lora_alpha: 32
54
+ lora_dropout: 0.05
55
+ lora_fan_in_fan_out: null
56
+ lora_model_dir: null
57
+ lora_r: 16
58
+ lora_target_linear: true
59
+ lr_scheduler: cosine
60
+ max_steps: 5
61
+ micro_batch_size: 4
62
+ model_type: LlamaForCausalLM
63
+ num_epochs: 5
64
+ optimizer: adamw_bnb_8bit
65
+ output_dir: miner_id_24
66
+ pad_to_sequence_len: true
67
+ resume_from_checkpoint: null
68
+ s2_attention: null
69
+ sample_packing: false
70
+ save_steps: 20
71
+ save_strategy: steps
72
+ sequence_len: 4096
73
+ strict: false
74
+ tf32: false
75
+ tokenizer_type: AutoTokenizer
76
+ train_on_inputs: false
77
+ val_set_size: 0.05
78
+ wandb_entity: breakfasthut
79
+ wandb_mode: online
80
+ wandb_project: nansen-test
81
+ wandb_run: miner
82
+ wandb_runid: '1'
83
+ warmup_steps: 50
84
+ weight_decay: 0.0
85
+ xformers_attention: null
86
+
87
+ ```
88
+
89
+ </details><br>
90
+
91
+ # nansen-docker
92
+
93
+ This model is a fine-tuned version of [unsloth/Llama-3.2-1B-Instruct](https://huggingface.co/unsloth/Llama-3.2-1B-Instruct) on the None dataset.
94
+ It achieves the following results on the evaluation set:
95
+ - Loss: 5.4645
96
+
97
+ ## Model description
98
+
99
+ More information needed
100
+
101
+ ## Intended uses & limitations
102
+
103
+ More information needed
104
+
105
+ ## Training and evaluation data
106
+
107
+ More information needed
108
+
109
+ ## Training procedure
110
+
111
+ ### Training hyperparameters
112
+
113
+ The following hyperparameters were used during training:
114
+ - learning_rate: 0.0001
115
+ - train_batch_size: 4
116
+ - eval_batch_size: 4
117
+ - seed: 42
118
+ - gradient_accumulation_steps: 4
119
+ - total_train_batch_size: 16
120
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
121
+ - lr_scheduler_type: cosine
122
+ - lr_scheduler_warmup_steps: 50
123
+ - training_steps: 5
124
+
125
+ ### Training results
126
+
127
+ | Training Loss | Epoch | Step | Validation Loss |
128
+ |:-------------:|:-----:|:----:|:---------------:|
129
+ | 4.7881 | 0.05 | 1 | 5.4672 |
130
+ | 4.787 | 0.1 | 2 | 5.4854 |
131
+ | 5.1719 | 0.15 | 3 | 5.4786 |
132
+ | 4.9177 | 0.2 | 4 | 5.4812 |
133
+ | 5.1657 | 0.25 | 5 | 5.4645 |
134
+
135
+
136
+ ### Framework versions
137
+
138
+ - PEFT 0.13.2
139
+ - Transformers 4.46.1
140
+ - Pytorch 2.3.1+cu121
141
+ - Datasets 3.0.1
142
+ - Tokenizers 0.20.3
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2d8245ba3ba6da6b73db1a25621b8235f1c78fa417bb11ed55f06206d88845a
3
+ size 45169354