krogoldAI commited on
Commit
fe49aa0
·
verified ·
1 Parent(s): 8fe246f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,6 +1,11 @@
1
  ---
2
  library_name: transformers
3
- tags: []
 
 
 
 
 
4
  ---
5
 
6
  # Rephraser-0.5B-v0.1-SFT
@@ -30,7 +35,7 @@ The training data underwent rigorous quality assurance through a dual evaluation
30
 
31
  ## Training Procedure
32
 
33
- The model underwent full fine-tuning (not parameter-efficient methods like LoRA) of all parameters in [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct). Training was conducted over three epochs with a per-device batch size of \\( 4 \\) and gradient accumulation over \\( 4 \\) steps, yielding an effective batch size of \\( 16 \\). The learning rate was set to \\( 2\times 10^{-5} \\) with a weight decay of \\( 0.01 \\) to prevent overfitting. A warmup period of \\( 100 \\) steps allowed the model to gradually adapt to the task-specific distribution before reaching the full learning rate. Training was performed on an NVIDIA A100 SXM GPU.
34
 
35
  This training configuration was chosen to balance thorough adaptation to the structured output task while preserving the base model's language understanding capabilities. The full fine-tuning approach, rather than parameter-efficient alternatives, ensures the model fully internalizes the strict XML formatting requirements and the nuanced query analysis patterns present in the training data.
36
 
 
1
  ---
2
  library_name: transformers
3
+ datasets:
4
+ - krogoldAI/Query_rephraser_SFT
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Qwen/Qwen2.5-0.5B-Instruct
9
  ---
10
 
11
  # Rephraser-0.5B-v0.1-SFT
 
35
 
36
  ## Training Procedure
37
 
38
+ The model underwent full fine-tuning (not parameter-efficient methods like LoRA) of all parameters in [Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct). Training was conducted over three epochs with a per-device batch size of 4 and gradient accumulation over 4 steps, yielding an effective batch size of 16. The learning rate was set to 2e-5 with a weight decay of 0.01 to prevent overfitting. A warmup period of 100 steps allowed the model to gradually adapt to the task-specific distribution before reaching the full learning rate. Training was performed on an NVIDIA A100 SXM GPU.
39
 
40
  This training configuration was chosen to balance thorough adaptation to the structured output task while preserving the base model's language understanding capabilities. The full fine-tuning approach, rather than parameter-efficient alternatives, ensures the model fully internalizes the strict XML formatting requirements and the nuanced query analysis patterns present in the training data.
41