Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ for result in results:
|
|
61 |
print(result["label"], "=>", result["score"])
|
62 |
```
|
63 |
|
64 |
-
If you want to use it for NLI type of tasks, we recommend representing your premise as a text and hypothesis as a label, you can put several hypotheses, but the model works
|
65 |
```python
|
66 |
# Initialize model and multi-label pipeline
|
67 |
text = "The cat slept on the windowsill all afternoon"
|
|
|
61 |
print(result["label"], "=>", result["score"])
|
62 |
```
|
63 |
|
64 |
+
If you want to use it for NLI type of tasks, we recommend representing your premise as a text and hypothesis as a label, you can put several hypotheses, but the model works best with a single input hypothesis.
|
65 |
```python
|
66 |
# Initialize model and multi-label pipeline
|
67 |
text = "The cat slept on the windowsill all afternoon"
|