Instructions to use rpii2023/naya_v2_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rpii2023/naya_v2_large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="rpii2023/naya_v2_large")# Load model directly from transformers import AutoProcessor, AutoModelForTokenClassification processor = AutoProcessor.from_pretrained("rpii2023/naya_v2_large") model = AutoModelForTokenClassification.from_pretrained("rpii2023/naya_v2_large") - Notebooks
- Google Colab
- Kaggle
No model card
- Downloads last month
- 7