Felladrin commited on
Commit
65dd0d0
·
verified ·
1 Parent(s): b8ee5ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -12
README.md CHANGED
@@ -59,11 +59,6 @@ widget:
59
  content:
60
  Hello! Can you please elaborate a background story of an RPG game about
61
  wizards and dragons in a sci-fi world?
62
- inference:
63
- parameters:
64
- max_new_tokens: 250
65
- penalty_alpha: 0.5
66
- top_k: 5
67
  ---
68
 
69
  # TinyMistral-248M-Chat
@@ -90,13 +85,6 @@ inference:
90
  <|im_start|>assistant
91
  ```
92
 
93
- ## Recommended Inference Parameters
94
-
95
- ```yml
96
- penalty_alpha: 0.5
97
- top_k: 5
98
- ```
99
-
100
  ## Usage Example
101
 
102
  ```python
 
59
  content:
60
  Hello! Can you please elaborate a background story of an RPG game about
61
  wizards and dragons in a sci-fi world?
 
 
 
 
 
62
  ---
63
 
64
  # TinyMistral-248M-Chat
 
85
  <|im_start|>assistant
86
  ```
87
 
 
 
 
 
 
 
 
88
  ## Usage Example
89
 
90
  ```python