Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ print(prediction)
|
|
35 |
|
36 |
# Example cURL:
|
37 |
|
38 |
-
|
39 |
### Training data
|
40 |
This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
|
41 |
|
|
|
35 |
|
36 |
# Example cURL:
|
37 |
|
38 |
+
```curl YOUR INFERENCE ENDPOINT URL HERE \ -X POST \ -d '{"inputs": {"premise": "A man is walking his dog in the park.", "hypothesis": "A person is outside with an animal."}}' \ -H "Authorization: Bearer hf_YOUR_TOKEN_HERE" \ -H "Content-Type: application/json```
|
39 |
### Training data
|
40 |
This model was trained on the MultiNLI dataset, which consists of 392 702 NLI hypothesis-premise pairs.
|
41 |
|