Instructions to use Llamacha/pos_quechua with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Llamacha/pos_quechua with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Llamacha/pos_quechua")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Llamacha/pos_quechua") model = AutoModelForTokenClassification.from_pretrained("Llamacha/pos_quechua", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1271905 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:504e772e593fdeb7edc0dbf898fba9d93e548bd88e868f8681739ff74df1d83b
size 3183
|