jeremyccollinsmpi commited on
Commit
0f58601
1 Parent(s): 8e487e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,11 +13,13 @@ co2_eq_emissions: 0.02920886926438328
13
 
14
  # Description
15
 
16
- The input structure is [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).
 
 
17
 
18
  This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:
19
 
20
- How old do my kids need to be to use your service?. hypothesis: asking about an age limit
21
 
22
  Output: 1
23
 
13
 
14
  # Description
15
 
16
+ The input structure is:
17
+
18
+ summarize: [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).
19
 
20
  This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:
21
 
22
+ summarize: How old do my kids need to be to use your service?. hypothesis: asking about an age limit
23
 
24
  Output: 1
25