Update README.md
Browse files
README.md
CHANGED
@@ -33,9 +33,9 @@ prediction = {name: round(float(pred) * 100, 1) for pred, name in zip(prediction
|
|
33 |
print(prediction)
|
34 |
```
|
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 |
|
|
|
33 |
print(prediction)
|
34 |
```
|
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 |
|