Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
## Llamacpp imatrix Quantizations of Phi-3-medium-128k-instruct
|
|
|
1 |
---
|
2 |
+
base_model: microsoft/Phi-3-medium-128k-instruct
|
3 |
+
language:
|
4 |
+
- multilingual
|
5 |
+
license: mit
|
6 |
+
license_link: https://huggingface.co/microsoft/Phi-3-medium-128k-instruct/resolve/main/LICENSE
|
7 |
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- nlp
|
10 |
+
- code
|
11 |
+
quantized_by: bartowski
|
12 |
+
inference:
|
13 |
+
parameters:
|
14 |
+
temperature: 0.7
|
15 |
+
widget:
|
16 |
+
- messages:
|
17 |
+
- role: user
|
18 |
+
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
19 |
---
|
20 |
|
21 |
## Llamacpp imatrix Quantizations of Phi-3-medium-128k-instruct
|