nadiva1243 commited on
Commit
07a684b
·
verified ·
1 Parent(s): 0f331c9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -91,11 +91,9 @@ This adapter build inherits constraints from **Microsoft Phi-4** and from the da
91
  ```bibtex
92
  @misc{phi4_rag_gguf_monkeygrab,
93
  title = {Phi-4 RAG LoRA Fine-tune (Q4_K_M GGUF)},
94
- author = {Nadiv},
95
  year = {2026},
96
  howpublished = {Hugging Face: \url{https://huggingface.co/nadiva1243/phi4RAG}},
97
  note = {Base: microsoft/phi-4; training: MonkeyGrab train-phi4.py v1}
98
  }
99
  ```
100
-
101
- Adjust `author` and the Hub URL if your username or repo name differs.
 
91
  ```bibtex
92
  @misc{phi4_rag_gguf_monkeygrab,
93
  title = {Phi-4 RAG LoRA Fine-tune (Q4_K_M GGUF)},
94
+ author = {nadiva1243},
95
  year = {2026},
96
  howpublished = {Hugging Face: \url{https://huggingface.co/nadiva1243/phi4RAG}},
97
  note = {Base: microsoft/phi-4; training: MonkeyGrab train-phi4.py v1}
98
  }
99
  ```