Felladrin commited on
Commit
df7a540
·
verified ·
1 Parent(s): 57e5fd2

Enable inference widget to check if it's working

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -46,7 +46,11 @@ 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: false
 
 
 
 
50
  ---
51
 
52
  # 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:
50
+ max_new_tokens: 250,
51
+ penalty_alpha: 0.5,
52
+ top_k: 4,
53
+ repetition_penalty: 1.001
54
  ---
55
 
56
  # Locutusque's TinyMistral-248M trained on OpenAssistant TOP-1 Conversation Threads