VinitT commited on
Commit
812c820
·
verified ·
1 Parent(s): e66624e

End of training

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: other
4
+ base_model: Qwen/Qwen2.5-3B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ datasets:
9
+ - VinitT/Cricket-Commentary-Sample
10
+ model-index:
11
+ - name: Commentary-qwen-3B
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ [<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)
19
+ <details><summary>See axolotl config</summary>
20
+
21
+ axolotl version: `0.8.0.dev0`
22
+ ```yaml
23
+
24
+ base_model: Qwen/Qwen2.5-3B-Instruct
25
+ load_in_8bit: false
26
+ load_in_4bit: true
27
+ strict: false
28
+
29
+ datasets:
30
+ - path: VinitT/Cricket-Commentary-Sample
31
+ type: alpaca
32
+ dataset_prepared_path:
33
+ val_set_size: 0
34
+ output_dir: ./outputs/qlora-out
35
+
36
+ adapter: qlora
37
+ lora_model_dir:
38
+
39
+ sequence_len: 1024
40
+ sample_packing: true
41
+ eval_sample_packing: false
42
+ pad_to_sequence_len: true
43
+
44
+ lora_r: 32
45
+ lora_alpha: 16
46
+ lora_dropout: 0.05
47
+ lora_target_modules:
48
+ lora_target_linear: true
49
+ lora_fan_in_fan_out:
50
+
51
+ hub_model_id: Commentary-qwen-3B
52
+
53
+ wandb_project: Cricket-Commentary-1
54
+ wandb_entity:
55
+ wandb_watch: all
56
+ wandb_name: Cricket-Commentary-1
57
+ wandb_log_model:
58
+
59
+ gradient_accumulation_steps: 2
60
+ micro_batch_size: 2
61
+ num_epochs: 1
62
+ optimizer: paged_adamw_8bit
63
+ lr_scheduler: cosine
64
+ cosine_min_lr_ratio: 0.2
65
+ learning_rate: 2e-5
66
+
67
+ train_on_inputs: false
68
+ group_by_length: false
69
+ bf16: false
70
+ fp16:
71
+ tf32: false
72
+
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: false
80
+
81
+ #gpu_memory_limit: 20GiB
82
+ #lora_on_cpu: true
83
+
84
+ warmup_steps: 10
85
+ evals_per_epoch: 4
86
+ saves_per_epoch: 1
87
+ debug:
88
+ deepspeed: deepspeed_configs/zero1.json
89
+ weight_decay: 0.0
90
+ special_tokens:
91
+ pad_token: <|end_of_text|>
92
+
93
+ ```
94
+
95
+ </details><br>
96
+
97
+ # Commentary-qwen-3B
98
+
99
+ This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) on the VinitT/Cricket-Commentary-Sample dataset.
100
+
101
+ ## Model description
102
+
103
+ More information needed
104
+
105
+ ## Intended uses & limitations
106
+
107
+ More information needed
108
+
109
+ ## Training and evaluation data
110
+
111
+ More information needed
112
+
113
+ ## Training procedure
114
+
115
+ ### Training hyperparameters
116
+
117
+ The following hyperparameters were used during training:
118
+ - learning_rate: 2e-05
119
+ - train_batch_size: 2
120
+ - eval_batch_size: 2
121
+ - seed: 42
122
+ - distributed_type: multi-GPU
123
+ - num_devices: 2
124
+ - gradient_accumulation_steps: 2
125
+ - total_train_batch_size: 8
126
+ - total_eval_batch_size: 4
127
+ - optimizer: Use paged_adamw_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
128
+ - lr_scheduler_type: cosine
129
+ - lr_scheduler_warmup_steps: 10
130
+ - num_epochs: 1.0
131
+
132
+ ### Training results
133
+
134
+
135
+
136
+ ### Framework versions
137
+
138
+ - PEFT 0.14.0
139
+ - Transformers 4.49.0
140
+ - Pytorch 2.5.1+cu121
141
+ - Datasets 3.2.0
142
+ - Tokenizers 0.21.0