Text Generation
Transformers
Safetensors
English
qwen2
conversational
text-generation-inference
krogoldAI commited on
Commit
7bf5eac
·
verified ·
1 Parent(s): 1ffa7b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -175,7 +175,7 @@ The training code and the reward function code can be found [here](Codes/01%20-%
175
 
176
  Following structural learning through GRPO, the model underwent supervised fine-tuning on the complete [krogoldAI/rag-query-analysis](https://huggingface.co/datasets/krogoldAI/rag-query-analysis) dataset (7,305 examples) for 2 epochs with a learning rate of 2e-5. This phase captured broad semantic patterns across diverse query types and domains.
177
 
178
- The training code can be found <ins>here</ins>.
179
 
180
  ### Phase 3: Depth-Focused Supervised Fine-Tuning
181
 
@@ -183,7 +183,7 @@ The final phase focused on precision refinement using only the highest-quality 3
183
 
184
  This progressive training approach ensures the model achieves both reliable formatting and nuanced semantic understanding. All training was performed on an NVIDIA A100 SXM GPU.
185
 
186
- The training code can be found <ins>here</ins>.
187
 
188
  ## Model Capabilities
189
 
 
175
 
176
  Following structural learning through GRPO, the model underwent supervised fine-tuning on the complete [krogoldAI/rag-query-analysis](https://huggingface.co/datasets/krogoldAI/rag-query-analysis) dataset (7,305 examples) for 2 epochs with a learning rate of 2e-5. This phase captured broad semantic patterns across diverse query types and domains.
177
 
178
+ The training code can be found [here](Codes/02%20-%20Breadth-focused%20full%20SFT.py).
179
 
180
  ### Phase 3: Depth-Focused Supervised Fine-Tuning
181
 
 
183
 
184
  This progressive training approach ensures the model achieves both reliable formatting and nuanced semantic understanding. All training was performed on an NVIDIA A100 SXM GPU.
185
 
186
+ The training code can be found [here](Codes/03%20-%20Depth-focused%20full%20SFT.py).
187
 
188
  ## Model Capabilities
189