Deeokay commited on
Commit
d8e790a
1 Parent(s): c04fd6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
 
16
  - **Developed by:** Deeokay
17
  - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/phi-3-mini-4k-instruct-bnb-4bit
19
 
20
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
@@ -49,7 +49,7 @@ FROM ./unsloth.Q4_K_M.gguf # or which ever GGUF file
49
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
50
  ```
51
 
52
- This GGUF is based on unsloth/Phi-3-middle-4k-instruct thus ollama doesn't need anything else to auto configure this model
53
 
54
  After than you should be able to use this model to chat!
55
 
 
15
 
16
  - **Developed by:** Deeokay
17
  - **License:** apache-2.0
18
+ - **Finetuned from model :** unsloth/phi-3-medium-4k-instruct-bnb-4bit
19
 
20
  This mistral model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
 
49
  ollama create mycustomai # "mycustomai" <- you can name it anything u want
50
  ```
51
 
52
+ This GGUF is based on unsloth/Phi-3-medium-4k-instruct thus ollama doesn't need anything else to auto configure this model
53
 
54
  After than you should be able to use this model to chat!
55