Instructions to use Aleph-Alpha/Aleph-Alpha-GermanWeb-Quality-Classifier-fastText with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastText
How to use Aleph-Alpha/Aleph-Alpha-GermanWeb-Quality-Classifier-fastText with fastText:
from huggingface_hub import hf_hub_download import fasttext model = fasttext.load_model(hf_hub_download("Aleph-Alpha/Aleph-Alpha-GermanWeb-Quality-Classifier-fastText", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
language:
|
| 3 |
- de
|
| 4 |
library_name: fasttext
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# Aleph-Alpha-GermanWeb-Quality-Classifier-fastText
|
| 7 |
|
|
|
|
| 2 |
language:
|
| 3 |
- de
|
| 4 |
library_name: fasttext
|
| 5 |
+
license: other
|
| 6 |
+
license_name: open-aleph-license
|
| 7 |
+
license_link: LICENSE
|
| 8 |
---
|
| 9 |
# Aleph-Alpha-GermanWeb-Quality-Classifier-fastText
|
| 10 |
|