saattrupdan
commited on
Commit
•
1200cb6
1
Parent(s):
8be4fd9
docs: Add a better description
Browse files
app.py
CHANGED
@@ -133,7 +133,17 @@ def main():
|
|
133 |
on your specific data, but they can be used as a starting point for your
|
134 |
own classification task ✨
|
135 |
|
136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
""")
|
138 |
|
139 |
with gr.Row():
|
|
|
133 |
on your specific data, but they can be used as a starting point for your
|
134 |
own classification task ✨
|
135 |
|
136 |
+
Select one of the tasks from the dropdown menu on the left, and try
|
137 |
+
entering some input text (in Danish, Swedish or Norwegian) in the input
|
138 |
+
text box and press submit, to see the model in action!
|
139 |
+
|
140 |
+
The labels are generated by putting in each candidate label into the
|
141 |
+
hypothesis template, and then running the classifier on each label
|
142 |
+
separately. Feel free to change the "hypothesis template" and "candidate
|
143 |
+
labels" on the left as you please as well, and try to come up with your own
|
144 |
+
tasks too 😊
|
145 |
+
|
146 |
+
_Also, be patient, as this demo is running on a CPU!_
|
147 |
""")
|
148 |
|
149 |
with gr.Row():
|