jeremyccollinsmpi commited on
Commit
6407a70
1 Parent(s): 6914118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags: autotrain
3
  language: en
 
1
+ Description:
2
+
3
+ The input structure is [text]. hypothesis: [hypothesis] , and the output is 0 (hypothesis is not supported) or 1 (hypothesis is supported).
4
+
5
+ This tests whether a hypothesis is true given the preceding text. Currently the model is trained on banking chatbot intent data, such as:
6
+
7
+ How old do my kids need to be to use your service?. hypothesis: asking about an age limit
8
+
9
+ Output: 1
10
+
11
+
12
  ---
13
  tags: autotrain
14
  language: en