Instructions to use amitjain171980/xlm-roberta-base-finetuned-panx-de-fr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use amitjain171980/xlm-roberta-base-finetuned-panx-de-fr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="amitjain171980/xlm-roberta-base-finetuned-panx-de-fr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("amitjain171980/xlm-roberta-base-finetuned-panx-de-fr") model = AutoModelForTokenClassification.from_pretrained("amitjain171980/xlm-roberta-base-finetuned-panx-de-fr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
6d8ee4d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:29fd116edcdfeeb71a0fa679ef74f0e140210c1a894bae05f80cd56aff869d97
size 1109923626
|