Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use kugler/xlmr-large-AmDi-synset-classifier-marked with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kugler/xlmr-large-AmDi-synset-classifier-marked with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="kugler/xlmr-large-AmDi-synset-classifier-marked")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("kugler/xlmr-large-AmDi-synset-classifier-marked") model = AutoModelForSequenceClassification.from_pretrained("kugler/xlmr-large-AmDi-synset-classifier-marked", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- dc295b437c7bfded2efee95a7bd77656311826eff2a31eca57ae39570a8eaa00
- Size of remote file:
- 5.18 kB
- SHA256:
- ebdb2186851fc25be1fc376363aef82b574af3ba431478ccda5bc55bfeae062a
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.