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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -146,7 +146,7 @@ The model underwent full fine-tuning (not parameter-efficient methods like LoRA)
146
 
147
  The training code can be found [here](Code/Fine-tuning.py).
148
 
149
- GRPO on 3k data from [krogoldAI/rag-ambiguous-queries](https://huggingface.co/datasets/krogoldAI/rag-ambiguous-queries/) with:
150
 
151
  ```py
152
  NUM_EPOCHS = 1
@@ -158,7 +158,7 @@ MAX_NEW_TOKENS = 512 # Sufficient for XML output
158
  WARMUP_STEPS = 50
159
  ```
160
 
161
- SFT on 7.3k data from [krogoldAI/rag-query-analysis](https://huggingface.co/datasets/krogoldAI/rag-query-analysis/) with:
162
 
163
  ```py
164
  NUM_EPOCHS = 2
@@ -171,7 +171,7 @@ WARMUP_STEPS = 100
171
 
172
  (--> Breadth)
173
 
174
- Second SFT on ~3k examples with:
175
 
176
  ```py
177
  NUM_EPOCHS = 3
 
146
 
147
  The training code can be found [here](Code/Fine-tuning.py).
148
 
149
+ GRPO on 3,000 data from [krogoldAI/rag-ambiguous-queries](https://huggingface.co/datasets/krogoldAI/rag-ambiguous-queries/) with:
150
 
151
  ```py
152
  NUM_EPOCHS = 1
 
158
  WARMUP_STEPS = 50
159
  ```
160
 
161
+ SFT on 7,305 data from [krogoldAI/rag-query-analysis](https://huggingface.co/datasets/krogoldAI/rag-query-analysis/) with:
162
 
163
  ```py
164
  NUM_EPOCHS = 2
 
171
 
172
  (--> Breadth)
173
 
174
+ Second SFT on 3,660 examples with:
175
 
176
  ```py
177
  NUM_EPOCHS = 3