Commit
·
8e487e7
1
Parent(s):
6407a70
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,4 @@
|
|
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 |
---
|
@@ -19,6 +11,17 @@ datasets:
|
|
19 |
co2_eq_emissions: 0.02920886926438328
|
20 |
---
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# Model Trained Using AutoTrain
|
23 |
|
24 |
- Problem type: Summarization
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
|
4 |
---
|
|
|
11 |
co2_eq_emissions: 0.02920886926438328
|
12 |
---
|
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 |
+
|
24 |
+
|
25 |
# Model Trained Using AutoTrain
|
26 |
|
27 |
- Problem type: Summarization
|