startificial commited on
Commit
ca37883
·
verified ·
1 Parent(s): cb264b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ print(prediction)
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
 
 
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