Instructions to use luntomas/xlm-roberta-base-critique-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use luntomas/xlm-roberta-base-critique-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="luntomas/xlm-roberta-base-critique-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("luntomas/xlm-roberta-base-critique-classifier") model = AutoModelForSequenceClassification.from_pretrained("luntomas/xlm-roberta-base-critique-classifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
657067e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3ffb37461c391f096759f4a9bbbc329da0f36952f88bab061fcf84940c022e98
size 17082999
|