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
File size: 210 Bytes
806e3d7 | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"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
} |