fastText
German
bastitx commited on
Commit
c197430
·
verified ·
1 Parent(s): d8c2469

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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."