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: 134 Bytes
53ddb2f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:243160ef340771b129c94f3e0daee346d7be64dbf7efe63df68bb8ef1dcf356e
size 331544113
|