Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,13 @@ datasets:
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
pipeline_tag: zero-shot-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
pipeline_tag: zero-shot-classification
|
7 |
+
widget:
|
8 |
+
- text: "I have a problem with my car that needs to be resolved asap!!"
|
9 |
+
candidate_labels: "urgent, not urgent, phone, tablet, computer"
|
10 |
+
multi_class: true
|
11 |
+
example_title: "Car problem"
|
12 |
+
- text: "Last week I upgraded my iOS version and ever since then my phone has been overheating whenever I use your app."
|
13 |
+
candidate_labels: "mobile, website, billing, account access"
|
14 |
+
multi_class: false
|
15 |
+
example_title: "Phone issue"
|
16 |
---
|