David
commited on
Commit
•
0b7b93b
1
Parent(s):
e2cc4dd
Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,8 @@ classifier(
|
|
26 |
candidate_labels=["cultura", "sociedad", "economia", "salud", "deportes"],
|
27 |
hypothesis_template="Este ejemplo es {}."
|
28 |
)
|
29 |
-
```
|
|
|
|
|
|
|
|
|
|
26 |
candidate_labels=["cultura", "sociedad", "economia", "salud", "deportes"],
|
27 |
hypothesis_template="Este ejemplo es {}."
|
28 |
)
|
29 |
+
```
|
30 |
+
|
31 |
+
## Training
|
32 |
+
|
33 |
+
For the training notebook, please check out our [repository](https://github.com/recognai/selectra/tree/main/zero-shot_classifier).
|