NANI-Nithin commited on
Commit
7915d50
verified
1 Parent(s): 4874f8f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16
3
+ library_name: gguf
4
+ tags:
5
+ - cityquest
6
+ - nemotron
7
+ - game-generation
8
+ - llama.cpp
9
+ ---
10
+
11
+ # CityQuest Nemotron 3 Nano 4B (Q4_K_M GGUF)
12
+
13
+ LoRA fine-tune of `nvidia/NVIDIA-Nemotron-3-Nano-4B-BF16` on the CityQuest location-based game dataset
14
+ (~840 train / 92 val examples across scavenger hunt, hide-and-seek and tag).
15
+
16
+ Trained to emit games directly in the app's `game_schema.json` contract
17
+ (non-reasoning / JSON-only). Drop-in replacement for the stock Nemotron GGUF in
18
+ `app/services/generator.py`.
19
+
20
+ - LoRA r=16, alpha=16, epochs=3, lr=0.0002
21
+ - Loaded via native `transformers` (arch `nemotron_h`); MoE router / lm_head excluded
22
+ - Quantization: Q4_K_M 路 File: `CityQuest-Nemotron-3-Nano-4B-Q4_K_M.gguf`