Enable inference & update examples in README to be compatible with soon-to-come ChatWidget (#54)
Browse files- Enable inference & update examples in README to be compatible with soon-to-come ChatWidget (6ca1f9d73ef70b918f4ccdfdd59279a65f0923c6)
Co-authored-by: Simon Brandeis <[email protected]>
README.md
CHANGED
|
@@ -3,7 +3,11 @@ license: apache-2.0
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
tags:
|
| 5 |
- finetuned
|
| 6 |
-
inference:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Mistral-7B-Instruct-v0.2
|
|
|
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
tags:
|
| 5 |
- finetuned
|
| 6 |
+
inference: true
|
| 7 |
+
widget:
|
| 8 |
+
- messages:
|
| 9 |
+
- role: user
|
| 10 |
+
content: What is your favorite condiment?
|
| 11 |
---
|
| 12 |
|
| 13 |
# Model Card for Mistral-7B-Instruct-v0.2
|