saattrupdan commited on
Commit
1a75433
·
1 Parent(s): 1200cb6

docs: Make description more blocky

Browse files
Files changed (1) hide show
  1. app.py +5 -11
app.py CHANGED
@@ -129,19 +129,13 @@ def main():
129
  Classify text in Danish, Swedish or Norwegian into categories, without
130
  finetuning on any training data!
131
 
132
- Note that the models will most likely not work as well as a finetuned model
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
  """)
 
129
  Classify text in Danish, Swedish or Norwegian into categories, without
130
  finetuning on any training data!
131
 
 
 
 
 
132
  Select one of the tasks from the dropdown menu on the left, and try
133
  entering some input text (in Danish, Swedish or Norwegian) in the input
134
+ text box and press submit, to see the model in action! The labels are
135
+ generated by putting in each candidate label into the hypothesis template,
136
+ and then running the classifier on each label separately. Feel free to
137
+ change the "hypothesis template" and "candidate labels" on the left as you
138
+ please as well, and try to come up with your own tasks too 😊
 
 
139
 
140
  _Also, be patient, as this demo is running on a CPU!_
141
  """)