Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,13 @@ tags:
|
|
7 |
pipeline_tag: text-classification
|
8 |
datasets:
|
9 |
- banking77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# nickprock/setfit-banking77
|
@@ -32,7 +39,7 @@ from setfit import SetFitModel
|
|
32 |
# Download from Hub and run inference
|
33 |
model = SetFitModel.from_pretrained("nickprock/setfit-banking77")
|
34 |
# Run inference
|
35 |
-
preds = model(["
|
36 |
```
|
37 |
|
38 |
## BibTeX entry and citation info
|
|
|
7 |
pipeline_tag: text-classification
|
8 |
datasets:
|
9 |
- banking77
|
10 |
+
widget:
|
11 |
+
- text: 'Can I track the card you sent to me? '
|
12 |
+
example_title: Card Arrival Example
|
13 |
+
- text: Can you explain your exchange rate policy to me?
|
14 |
+
example_title: Exchange Rate Example
|
15 |
+
- text: I can't pay by my credit card
|
16 |
+
example_title: Card Not Working Example
|
17 |
---
|
18 |
|
19 |
# nickprock/setfit-banking77
|
|
|
39 |
# Download from Hub and run inference
|
40 |
model = SetFitModel.from_pretrained("nickprock/setfit-banking77")
|
41 |
# Run inference
|
42 |
+
preds = model(["I can't pay by my credit card"])
|
43 |
```
|
44 |
|
45 |
## BibTeX entry and citation info
|