Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ import fasttext
|
|
27 |
from huggingface_hub import hf_hub_download
|
28 |
|
29 |
|
30 |
-
model_path = hf_hub_download(repo_id="Aleph-Alpha/Aleph-Alpha-Quality-Classifier-fastText", filename="model.bin")
|
31 |
model = fasttext.load_model(model_path)
|
32 |
|
33 |
text = "Das ist ein Beispieltext, um die Qualität zu überprüfen."
|
|
|
27 |
from huggingface_hub import hf_hub_download
|
28 |
|
29 |
|
30 |
+
model_path = hf_hub_download(repo_id="Aleph-Alpha/Aleph-Alpha-GermanWeb-Quality-Classifier-fastText", filename="model.bin")
|
31 |
model = fasttext.load_model(model_path)
|
32 |
|
33 |
text = "Das ist ein Beispieltext, um die Qualität zu überprüfen."
|