Instructions to use Aleph-Alpha/Aleph-Alpha-GermanWeb-Grammar-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-Grammar-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-Grammar-Classifier-fastText", "model.bin")) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ To train Aleph-Alpha-GermanWeb-Grammar-Classifier-fastText, we used [LanguageToo
|
|
| 16 |
|
| 17 |
We trained Aleph-Alpha-GermanWeb-Grammar-Classifier-fastText on 95\% of the data to classify the high and low quality examples -- and used the remaining 5\% for validation, reaching a precision of 63\% and recall of 63\% on the validation set.
|
| 18 |
|
| 19 |
-
Further details can be found in our accompanying paper
|
| 20 |
|
| 21 |
## Example Snippet
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
We trained Aleph-Alpha-GermanWeb-Grammar-Classifier-fastText on 95\% of the data to classify the high and low quality examples -- and used the remaining 5\% for validation, reaching a precision of 63\% and recall of 63\% on the validation set.
|
| 18 |
|
| 19 |
+
Further details can be found in our [accompanying paper](https://arxiv.org/abs/2505.00022).
|
| 20 |
|
| 21 |
## Example Snippet
|
| 22 |
|