TitleOS commited on
Commit
e4dfc4d
·
verified ·
1 Parent(s): 7e9193c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -230,6 +230,21 @@ fills with live MPR headlines just before playback.
230
  LoRA fine-tune on [TitleOS/Linden_MN_DJ_Persona](https://huggingface.co/datasets/TitleOS/Linden_MN_DJ_Persona), a synthetic dataset of Linden-style segments, featuring weather, news and commentary on songs generated by Gemini-3-Flash. The merged checkpoint is
231
  the adapter applied to `Qwen/Qwen3.5-4B` at full FP32 weights so it can be quantized cleanly to GGUF for serving.
232
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
233
  ---
234
 
235
  ## License
 
230
  LoRA fine-tune on [TitleOS/Linden_MN_DJ_Persona](https://huggingface.co/datasets/TitleOS/Linden_MN_DJ_Persona), a synthetic dataset of Linden-style segments, featuring weather, news and commentary on songs generated by Gemini-3-Flash. The merged checkpoint is
231
  the adapter applied to `Qwen/Qwen3.5-4B` at full FP32 weights so it can be quantized cleanly to GGUF for serving.
232
 
233
+ ```
234
+ base_model: Qwen/Qwen3.5-4B
235
+ method: RS-LoRA
236
+ lora_r: 64
237
+ lora_alpha: 64
238
+ lora_target: all linear layers
239
+ epochs: 2
240
+ learning_rate: 2e-4
241
+ batch_size: 2
242
+ max_seq_len: 2048
243
+ dataset_format: sharegpt
244
+ ```
245
+
246
+ Trained on a Tesla P40 over 5 hours.
247
+
248
  ---
249
 
250
  ## License