JoshMe1 commited on
Commit
5d2157d
·
verified ·
1 Parent(s): 88bc652

End of training

Browse files
Files changed (3) hide show
  1. README.md +157 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: facebook/opt-350m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 2022fb42-410a-423f-80fd-80b188c091c5
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: facebook/opt-350m
23
+ bf16: true
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 1141106889a52def_train_data.json
29
+ ds_type: json
30
+ field: prompt
31
+ path: /workspace/input_data/1141106889a52def_train_data.json
32
+ type: completion
33
+ debug: null
34
+ deepspeed: null
35
+ device_map: auto
36
+ early_stopping_patience: 3
37
+ ema_decay: 0.9992
38
+ eval_max_new_tokens: 128
39
+ eval_steps: 100
40
+ eval_table_size: null
41
+ evals_per_epoch: null
42
+ flash_attention: true
43
+ fp16: false
44
+ fsdp: null
45
+ fsdp_config: null
46
+ gradient_accumulation_steps: 4
47
+ gradient_checkpointing: true
48
+ greater_is_better: false
49
+ group_by_length: false
50
+ hub_model_id: JoshMe1/2022fb42-410a-423f-80fd-80b188c091c5
51
+ hub_repo: null
52
+ hub_strategy: checkpoint
53
+ hub_token: null
54
+ learning_rate: 0.0001
55
+ load_best_model_at_end: true
56
+ load_in_4bit: false
57
+ load_in_8bit: true
58
+ local_rank: null
59
+ logging_steps: 10
60
+ lora_alpha: 256
61
+ lora_dropout: 0.1
62
+ lora_fan_in_fan_out: null
63
+ lora_model_dir: null
64
+ lora_r: 64
65
+ lora_target_linear: true
66
+ lr_scheduler: reduce_lr_on_plateau
67
+ lr_scheduler_factor: 0.5
68
+ lr_scheduler_patience: 2
69
+ max_memory:
70
+ 0: 130GB
71
+ max_steps: 384
72
+ metric_for_best_model: eval_loss
73
+ micro_batch_size: 4
74
+ mlflow_experiment_name: /tmp/1141106889a52def_train_data.json
75
+ model_type: AutoModelForCausalLM
76
+ num_epochs: 1
77
+ optimizer: adamw_hf
78
+ output_dir: miner_id_24
79
+ pad_to_sequence_len: true
80
+ resume_from_checkpoint: null
81
+ s2_attention: null
82
+ sample_packing: false
83
+ save_steps: 100
84
+ saves_per_epoch: null
85
+ sequence_len: 2048
86
+ strict: false
87
+ tf32: false
88
+ tokenizer_type: AutoTokenizer
89
+ train_on_inputs: false
90
+ trust_remote_code: true
91
+ use_ema: true
92
+ val_set_size: 0.05
93
+ wandb_entity: null
94
+ wandb_mode: online
95
+ wandb_name: fd67c684-5868-4130-9282-57785255ae6d
96
+ wandb_project: Gradients-On-Demand
97
+ wandb_run: your_name
98
+ wandb_runid: fd67c684-5868-4130-9282-57785255ae6d
99
+ warmup_steps: 200
100
+ weight_decay: 0.01
101
+ xformers_attention: null
102
+
103
+ ```
104
+
105
+ </details><br>
106
+
107
+ # 2022fb42-410a-423f-80fd-80b188c091c5
108
+
109
+ This model is a fine-tuned version of [facebook/opt-350m](https://huggingface.co/facebook/opt-350m) on the None dataset.
110
+ It achieves the following results on the evaluation set:
111
+ - Loss: 1.2299
112
+
113
+ ## Model description
114
+
115
+ More information needed
116
+
117
+ ## Intended uses & limitations
118
+
119
+ More information needed
120
+
121
+ ## Training and evaluation data
122
+
123
+ More information needed
124
+
125
+ ## Training procedure
126
+
127
+ ### Training hyperparameters
128
+
129
+ The following hyperparameters were used during training:
130
+ - learning_rate: 0.0001
131
+ - train_batch_size: 4
132
+ - eval_batch_size: 4
133
+ - seed: 42
134
+ - gradient_accumulation_steps: 4
135
+ - total_train_batch_size: 16
136
+ - optimizer: Use OptimizerNames.ADAMW_HF with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
137
+ - lr_scheduler_type: reduce_lr_on_plateau
138
+ - lr_scheduler_warmup_steps: 200
139
+ - training_steps: 384
140
+
141
+ ### Training results
142
+
143
+ | Training Loss | Epoch | Step | Validation Loss |
144
+ |:-------------:|:------:|:----:|:---------------:|
145
+ | No log | 0.0005 | 1 | 2.2588 |
146
+ | 5.7038 | 0.0548 | 100 | 1.2997 |
147
+ | 5.081 | 0.1095 | 200 | 1.2565 |
148
+ | 4.8973 | 0.1643 | 300 | 1.2299 |
149
+
150
+
151
+ ### Framework versions
152
+
153
+ - PEFT 0.13.2
154
+ - Transformers 4.46.0
155
+ - Pytorch 2.5.0+cu124
156
+ - Datasets 3.0.1
157
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec85f166f6a11706196bee50b7c087bf576327f6890c88f48a7d5df7f4d3577
3
+ size 114139738
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0439d4241299b7c9aa95217aae0c8bd720a3ea24f4bd9fcd81e5658e57b015b3
3
  size 114073120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3a2531cad019bb1db0337199e61deb56b7d9df02ddd60499ac111ece1d60378
3
  size 114073120