Instructions to use boffire/kabyle-stanza-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Stanza
How to use boffire/kabyle-stanza-tokenizer with Stanza:
import stanza stanza.download("kabyle-tokenizer") nlp = stanza.Pipeline("kabyle-tokenizer") - Notebooks
- Google Colab
- Kaggle
| { | |
| "lang": "kab", | |
| "shorthand": "kab_tatoeba", | |
| "feature_dim": 5, | |
| "emb_dim": 32, | |
| "hidden_dim": 64, | |
| "max_seqlen": 300, | |
| "num_classes": 3, | |
| "dropout": 0.33, | |
| "conv_filters": "1,9", | |
| "rnn_layers": 1 | |
| } |