Instructions to use ICTuniverse/XLM-R-large-FC-one-shot-viwiki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ICTuniverse/XLM-R-large-FC-one-shot-viwiki with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ICTuniverse/XLM-R-large-FC-one-shot-viwiki")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ICTuniverse/XLM-R-large-FC-one-shot-viwiki") model = AutoModelForSequenceClassification.from_pretrained("ICTuniverse/XLM-R-large-FC-one-shot-viwiki") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
625161d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:93189c5d9a15db043017cfd920e00cf72fe9a4220bd74b460b635f6aa85a61a2
size 17082999
|