saattrupdan
commited on
Commit
•
80b5399
1
Parent(s):
bd095fd
docs: Clarify description
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ classifier = pipeline(
|
|
13 |
|
14 |
# Set the description for the interface
|
15 |
DESCRIPTION = """Classify text in Danish, Swedish or Norwegian into categories, without
|
16 |
-
any training data!
|
17 |
|
18 |
Note that the models will most likely *not* work as well as a finetuned model on your
|
19 |
specific data, but they can be used as a starting point for your own classification
|
|
|
13 |
|
14 |
# Set the description for the interface
|
15 |
DESCRIPTION = """Classify text in Danish, Swedish or Norwegian into categories, without
|
16 |
+
finetuning on any training data!
|
17 |
|
18 |
Note that the models will most likely *not* work as well as a finetuned model on your
|
19 |
specific data, but they can be used as a starting point for your own classification
|