amphora commited on
Commit
8d0c89c
·
verified ·
1 Parent(s): 8bd3fdc

Model save

Browse files
Files changed (1) hide show
  1. README.md +138 -0
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen3-1.7B
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ datasets:
9
+ - train_YS.jsonl
10
+ model-index:
11
+ - name: FC-T2J-SFT-1_7B
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.15.0.dev0`
22
+ ```yaml
23
+ base_model: Qwen/Qwen3-1.7B
24
+
25
+ load_in_8bit: false
26
+ load_in_4bit: false
27
+
28
+ chat_template: qwen3
29
+ datasets:
30
+ - path: train_YS.jsonl
31
+ type: chat_template
32
+
33
+ dataset_prepared_path: preprocess
34
+ val_set_size: 0.01
35
+ output_dir: ./outputs
36
+
37
+ adapter:
38
+ lora_model_dir:
39
+
40
+ sequence_len: 16384
41
+ sample_packing: false
42
+ eval_sample_packing: false
43
+ pad_to_sequence_len: false
44
+
45
+ wandb_project: FC-T2J
46
+ wandb_entity:
47
+ wandb_watch:
48
+ wandb_name:
49
+ wandb_log_model:
50
+ hub_model_id: amphora/FC-T2J-SFT-1_7B
51
+
52
+ gradient_accumulation_steps: 32
53
+ micro_batch_size: 2
54
+ num_epochs: 3
55
+ optimizer: adamw_torch_fused
56
+ lr_scheduler: cosine
57
+ learning_rate: 2e-5
58
+
59
+ plugins:
60
+ - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
61
+ - axolotl.integrations.liger.LigerPlugin
62
+ strict: false
63
+ liger_rope: true
64
+ liger_rms_norm: true
65
+ liger_swiglu: true
66
+ liger_fused_linear_cross_entropy: true
67
+
68
+ bf16: auto
69
+ tf32: false
70
+
71
+ gradient_checkpointing:
72
+ resume_from_checkpoint:
73
+ logging_steps: 1
74
+ flash_attention: true
75
+
76
+ warmup_ratio: 0.05
77
+ weight_decay: 0.01
78
+ evals_per_epoch: 0
79
+ saves_per_epoch: 1
80
+
81
+ fsdp:
82
+ - full_shard
83
+ - auto_wrap
84
+ fsdp_config:
85
+ fsdp_state_dict_type: FULL_STATE_DICT
86
+ fsdp_transformer_layer_cls_to_wrap: Qwen3DecoderLayer
87
+ # fsdp_activation_checkpointing: true
88
+
89
+
90
+ ```
91
+
92
+ </details><br>
93
+
94
+ # FC-T2J-SFT-1_7B
95
+
96
+ This model is a fine-tuned version of [Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B) on the train_YS.jsonl dataset.
97
+
98
+ ## Model description
99
+
100
+ More information needed
101
+
102
+ ## Intended uses & limitations
103
+
104
+ More information needed
105
+
106
+ ## Training and evaluation data
107
+
108
+ More information needed
109
+
110
+ ## Training procedure
111
+
112
+ ### Training hyperparameters
113
+
114
+ The following hyperparameters were used during training:
115
+ - learning_rate: 2e-05
116
+ - train_batch_size: 2
117
+ - eval_batch_size: 2
118
+ - seed: 42
119
+ - distributed_type: multi-GPU
120
+ - num_devices: 4
121
+ - gradient_accumulation_steps: 32
122
+ - total_train_batch_size: 256
123
+ - total_eval_batch_size: 8
124
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
125
+ - lr_scheduler_type: cosine
126
+ - lr_scheduler_warmup_steps: 87
127
+ - training_steps: 1751
128
+
129
+ ### Training results
130
+
131
+
132
+
133
+ ### Framework versions
134
+
135
+ - Transformers 5.0.0
136
+ - Pytorch 2.9.1+cu128
137
+ - Datasets 4.5.0
138
+ - Tokenizers 0.22.2