Update README.md
Browse filesHi there! I just wanted to say that your model is fantastic. We are interested in contributing to update the README of the model to include the base_model information. This is to help fill in the missing details in the model card. Thank you for your great work!
README.md
CHANGED
|
@@ -8,6 +8,8 @@ tags:
|
|
| 8 |
- mlx
|
| 9 |
license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
|
| 10 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# mlx-community/Phi-3-mini-128k-instruct-4bit
|
|
@@ -27,4 +29,4 @@ from mlx_lm import load, generate
|
|
| 27 |
|
| 28 |
model, tokenizer = load("mlx-community/Phi-3-mini-128k-instruct-4bit")
|
| 29 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
| 30 |
-
```
|
|
|
|
| 8 |
- mlx
|
| 9 |
license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
|
| 10 |
pipeline_tag: text-generation
|
| 11 |
+
base_model:
|
| 12 |
+
- microsoft/Phi-3-mini-128k-instruct
|
| 13 |
---
|
| 14 |
|
| 15 |
# mlx-community/Phi-3-mini-128k-instruct-4bit
|
|
|
|
| 29 |
|
| 30 |
model, tokenizer = load("mlx-community/Phi-3-mini-128k-instruct-4bit")
|
| 31 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
| 32 |
+
```
|