afrias5 commited on
Commit
2b9c57c
1 Parent(s): 604e5c3

End of training

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-2-27b
3
+ library_name: peft
4
+ license: gemma
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: gemma27b
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/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ base_model: google/gemma-2-27b
22
+ model_type: AutoModelForCausalLM
23
+ tokenizer_type: AutoTokenizer
24
+
25
+ load_in_8bit: false
26
+ load_in_4bit: false
27
+ strict: false
28
+
29
+ datasets:
30
+ - path: afrias5/FinUpTagsNoTestNoExNew
31
+ type: alpaca
32
+ field: text
33
+
34
+ dataset_prepared_path: gemmadataset
35
+ val_set_size: 0
36
+ output_dir: models/gemma27b
37
+ # lora_model_dir: models/Acodellama34bTestL4/checkpoint-80
38
+ # auto_resume_from_checkpoints: true
39
+ sequence_len: 4096
40
+ sample_packing: true
41
+ pad_to_sequence_len: true
42
+ eval_sample_packing: False
43
+ adapter: lora
44
+ lora_r: 4
45
+ lora_alpha: 16
46
+ lora_dropout: 0.05
47
+ lora_target_linear: true
48
+ lora_fan_in_fan_out:
49
+ lora_modules_to_save:
50
+ - embed_tokens
51
+ - lm_head
52
+
53
+ wandb_project: 'GemmaFeed'
54
+ wandb_entity:
55
+ wandb_watch:
56
+ wandb_run_id:
57
+ wandb_name: 'gemma27'
58
+ wandb_log_model:
59
+
60
+ gradient_accumulation_steps: 4
61
+ micro_batch_size: 1
62
+ num_epochs: 5
63
+ optimizer: adamw_torch
64
+ lr_scheduler: cosine
65
+ learning_rate: 0.0002
66
+
67
+ train_on_inputs: false
68
+ group_by_length: false
69
+ bf16: true
70
+ fp16:
71
+ tf32: false
72
+ hub_model_id: afrias5/gemma27b
73
+ gradient_checkpointing: true
74
+ early_stopping_patience:
75
+ resume_from_checkpoint:
76
+ local_rank:
77
+ logging_steps: 1
78
+ xformers_attention:
79
+ flash_attention: true
80
+ s2_attention:
81
+ logging_steps: 1
82
+ warmup_steps: 10
83
+ # eval_steps: 300
84
+ saves_per_epoch: 1
85
+ save_total_limit: 12
86
+ debug:
87
+ deepspeed:
88
+ weight_decay: 0.0
89
+ fsdp:
90
+ deepspeed: deepspeed_configs/zero3_bf16.json
91
+ fsdp_config:
92
+ special_tokens:
93
+ pad_token: <|end_of_text|>
94
+
95
+ ```
96
+
97
+ </details><br>
98
+
99
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/afrias5/GemmaFeed/runs/wvkoyfy0)
100
+ # gemma27b
101
+
102
+ This model is a fine-tuned version of [google/gemma-2-27b](https://huggingface.co/google/gemma-2-27b) on the None dataset.
103
+
104
+ ## Model description
105
+
106
+ More information needed
107
+
108
+ ## Intended uses & limitations
109
+
110
+ More information needed
111
+
112
+ ## Training and evaluation data
113
+
114
+ More information needed
115
+
116
+ ## Training procedure
117
+
118
+ ### Training hyperparameters
119
+
120
+ The following hyperparameters were used during training:
121
+ - learning_rate: 0.0002
122
+ - train_batch_size: 1
123
+ - eval_batch_size: 1
124
+ - seed: 42
125
+ - distributed_type: multi-GPU
126
+ - num_devices: 2
127
+ - gradient_accumulation_steps: 4
128
+ - total_train_batch_size: 8
129
+ - total_eval_batch_size: 2
130
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
131
+ - lr_scheduler_type: cosine
132
+ - lr_scheduler_warmup_steps: 10
133
+ - num_epochs: 5
134
+
135
+ ### Training results
136
+
137
+
138
+
139
+ ### Framework versions
140
+
141
+ - PEFT 0.11.1
142
+ - Transformers 4.42.4
143
+ - Pytorch 2.2.2+cu121
144
+ - Datasets 2.19.1
145
+ - Tokenizers 0.19.1