Update README.md
Browse files
README.md
CHANGED
@@ -1,20 +1,20 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
base_model: microsoft/Phi-3-medium-128k-instruct
|
4 |
language:
|
5 |
-
-
|
6 |
-
|
|
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- nlp
|
10 |
- code
|
11 |
- llama-cpp
|
12 |
- gguf-my-repo
|
13 |
-
inference:
|
14 |
-
parameters:
|
15 |
-
temperature: 0.7
|
16 |
widget:
|
17 |
- messages:
|
18 |
- role: user
|
19 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
20 |
-
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: microsoft/Phi-3-mini-128k-instruct
|
|
|
3 |
language:
|
4 |
+
- en
|
5 |
+
license: mit
|
6 |
+
license_link: https://huggingface.co/microsoft/Phi-3-mini-128k-instruct/resolve/main/LICENSE
|
7 |
pipeline_tag: text-generation
|
8 |
tags:
|
9 |
- nlp
|
10 |
- code
|
11 |
- llama-cpp
|
12 |
- gguf-my-repo
|
|
|
|
|
|
|
13 |
widget:
|
14 |
- messages:
|
15 |
- role: user
|
16 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
17 |
+
---
|
18 |
+
# CHE-72/Phi-3-mini-128k-instruct-Q6_K-GGUF
|
19 |
+
This model was converted to GGUF format from [`microsoft/Phi-3-mini-128k-instruct`](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
20 |
+
Refer to the [original model card](https://huggingface.co/microsoft/Phi-3-mini-128k-instruct) for more details on the model.
|