SystemAdmin123 commited on
Commit
4ba593e
·
verified ·
1 Parent(s): 69fb261

End of training

Browse files
Files changed (2) hide show
  1. README.md +133 -0
  2. generation_config.json +7 -0
README.md ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: EleutherAI/pythia-14m
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ datasets:
8
+ - argilla/databricks-dolly-15k-curated-en
9
+ model-index:
10
+ - name: pythia-14m
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ [<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)
18
+ <details><summary>See axolotl config</summary>
19
+
20
+ axolotl version: `0.6.0`
21
+ ```yaml
22
+ base_model: EleutherAI/pythia-14m
23
+ batch_size: 128
24
+ bf16: true
25
+ chat_template: tokenizer_default_fallback_alpaca
26
+ datasets:
27
+ - format: custom
28
+ path: argilla/databricks-dolly-15k-curated-en
29
+ type:
30
+ field_input: original-instruction
31
+ field_instruction: original-instruction
32
+ field_output: original-response
33
+ format: '{instruction} {input}'
34
+ no_input_format: '{instruction}'
35
+ system_format: '{system}'
36
+ system_prompt: ''
37
+ device_map: auto
38
+ eval_sample_packing: false
39
+ eval_steps: 20
40
+ flash_attention: true
41
+ gradient_checkpointing: true
42
+ group_by_length: true
43
+ hub_model_id: SystemAdmin123/pythia-14m
44
+ hub_strategy: checkpoint
45
+ learning_rate: 0.0002
46
+ logging_steps: 10
47
+ lr_scheduler: cosine
48
+ max_steps: 10000
49
+ micro_batch_size: 32
50
+ model_type: AutoModelForCausalLM
51
+ num_epochs: 100
52
+ optimizer: adamw_bnb_8bit
53
+ output_dir: /root/.sn56/axolotl/tmp/pythia-14m
54
+ pad_to_sequence_len: true
55
+ resize_token_embeddings_to_32x: false
56
+ sample_packing: true
57
+ save_steps: 20
58
+ save_total_limit: 1
59
+ sequence_len: 2048
60
+ special_tokens:
61
+ pad_token: <|endoftext|>
62
+ tokenizer_type: GPTNeoXTokenizerFast
63
+ torch_dtype: bf16
64
+ training_args_kwargs:
65
+ hub_private_repo: true
66
+ trust_remote_code: true
67
+ val_set_size: 0.1
68
+ wandb_entity: ''
69
+ wandb_mode: online
70
+ wandb_name: EleutherAI/pythia-14m-argilla/databricks-dolly-15k-curated-en
71
+ wandb_project: Gradients-On-Demand
72
+ wandb_run: your_name
73
+ wandb_runid: default
74
+ warmup_ratio: 0.05
75
+
76
+ ```
77
+
78
+ </details><br>
79
+
80
+ # pythia-14m
81
+
82
+ This model is a fine-tuned version of [EleutherAI/pythia-14m](https://huggingface.co/EleutherAI/pythia-14m) on the argilla/databricks-dolly-15k-curated-en dataset.
83
+ It achieves the following results on the evaluation set:
84
+ - Loss: 8.8742
85
+
86
+ ## Model description
87
+
88
+ More information needed
89
+
90
+ ## Intended uses & limitations
91
+
92
+ More information needed
93
+
94
+ ## Training and evaluation data
95
+
96
+ More information needed
97
+
98
+ ## Training procedure
99
+
100
+ ### Training hyperparameters
101
+
102
+ The following hyperparameters were used during training:
103
+ - learning_rate: 0.0002
104
+ - train_batch_size: 32
105
+ - eval_batch_size: 32
106
+ - seed: 42
107
+ - distributed_type: multi-GPU
108
+ - num_devices: 4
109
+ - total_train_batch_size: 128
110
+ - total_eval_batch_size: 128
111
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
112
+ - lr_scheduler_type: cosine
113
+ - lr_scheduler_warmup_steps: 5
114
+ - training_steps: 100
115
+
116
+ ### Training results
117
+
118
+ | Training Loss | Epoch | Step | Validation Loss |
119
+ |:-------------:|:-------:|:----:|:---------------:|
120
+ | No log | 0.1667 | 1 | 6.8294 |
121
+ | 10.057 | 3.3333 | 20 | 8.6254 |
122
+ | 9.7292 | 6.6667 | 40 | 8.7978 |
123
+ | 9.1399 | 10.0 | 60 | 8.8257 |
124
+ | 8.9523 | 13.3333 | 80 | 8.9145 |
125
+ | 8.9387 | 16.6667 | 100 | 8.8742 |
126
+
127
+
128
+ ### Framework versions
129
+
130
+ - Transformers 4.48.1
131
+ - Pytorch 2.5.1+cu124
132
+ - Datasets 3.2.0
133
+ - Tokenizers 0.21.0
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "do_sample": true,
5
+ "eos_token_id": 0,
6
+ "transformers_version": "4.48.1"
7
+ }