Disable the inference widget as the model is still not working properly
Browse filesThis issue remains: https://discuss.huggingface.co/t/api-endpoint-not-working-as-expected/69457
README.md
CHANGED
@@ -46,12 +46,7 @@ widget:
|
|
46 |
content: "The capital of France is Paris. Paris is located in the north-central region of France and is known for its famous landmarks, such as the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral."
|
47 |
- role: user
|
48 |
content: "Question: What is the color of an apple?"
|
49 |
-
inference:
|
50 |
-
parameters:
|
51 |
-
max_new_tokens: 250
|
52 |
-
penalty_alpha: 0.5
|
53 |
-
top_k: 5
|
54 |
-
repetition_penalty: 1.001
|
55 |
---
|
56 |
|
57 |
# Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads
|
|
|
46 |
content: "The capital of France is Paris. Paris is located in the north-central region of France and is known for its famous landmarks, such as the Eiffel Tower, the Louvre Museum, and Notre-Dame Cathedral."
|
47 |
- role: user
|
48 |
content: "Question: What is the color of an apple?"
|
49 |
+
inference: false
|
|
|
|
|
|
|
|
|
|
|
50 |
---
|
51 |
|
52 |
# Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads
|