Jai Suphavadeeprasit
commited on
Commit
·
b9fbc47
1
Parent(s):
36accb5
README edits
Browse files
README.md
CHANGED
@@ -153,7 +153,7 @@ with torch.no_grad():
|
|
153 |
print(f"Prediction: {model.config.id2label[prediction.item()]}, Confidence: {confidence:.4f}")
|
154 |
```
|
155 |
|
156 |
-
For a more convenient API with support for multi-turn conversations, see our [example code](/examples/).
|
157 |
|
158 |
## How to cite
|
159 |
|
|
|
153 |
print(f"Prediction: {model.config.id2label[prediction.item()]}, Confidence: {confidence:.4f}")
|
154 |
```
|
155 |
|
156 |
+
For a more convenient API with support for multi-turn conversations, see our [example code](/NousResearch/Minos-v1/blob/main/examples/inference_server.py/).
|
157 |
|
158 |
## How to cite
|
159 |
|