Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ license_link: LICENSE
|
|
| 5 |
base_model: NyxKrage/Microsoft_Phi-4
|
| 6 |
tags:
|
| 7 |
- mlx
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# cnfusion/Microsoft_Phi-4-Q4-mlx
|
|
@@ -31,4 +32,4 @@ if hasattr(tokenizer, "apply_chat_template") and tokenizer.chat_template is not
|
|
| 31 |
)
|
| 32 |
|
| 33 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
| 34 |
-
```
|
|
|
|
| 5 |
base_model: NyxKrage/Microsoft_Phi-4
|
| 6 |
tags:
|
| 7 |
- mlx
|
| 8 |
+
pipeline_tag: text-generation
|
| 9 |
---
|
| 10 |
|
| 11 |
# cnfusion/Microsoft_Phi-4-Q4-mlx
|
|
|
|
| 32 |
)
|
| 33 |
|
| 34 |
response = generate(model, tokenizer, prompt=prompt, verbose=True)
|
| 35 |
+
```
|