mrfakename commited on
Commit
aef2532
·
verified ·
1 Parent(s): ba18cd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -9,4 +9,9 @@ pinned: false
9
 
10
  # llamafy
11
 
12
- LLMs converted to the Llama format. [Request model](https://huggingface.co/spaces/llamafy/README/discussions/new?title=Model+Request%3A+username%2Fmodel_id)
 
 
 
 
 
 
9
 
10
  # llamafy
11
 
12
+ LLMs converted to the Llama format. [Request model](https://huggingface.co/spaces/llamafy/README/discussions/new?title=Model+Request%3A+username%2Fmodel_id)
13
+
14
+ ## credits
15
+
16
+ * Qwen models converted with [this script](https://github.com/Minami-su/character_AI_open/blob/main/Qwen2_llamafy_Mistralfy/llamafy_qwen_v2.py)
17
+ * Phi models converted with [this script](https://huggingface.co/vonjack/Phi-3-mini-4k-instruct-LLaMAfied/blob/main/convert.py)