Text Classification
Transformers
TensorBoard
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use abdulmanaam/xlm_roberta_task1_post with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdulmanaam/xlm_roberta_task1_post with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="abdulmanaam/xlm_roberta_task1_post")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("abdulmanaam/xlm_roberta_task1_post") model = AutoModelForSequenceClassification.from_pretrained("abdulmanaam/xlm_roberta_task1_post") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
4579b09 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0a47f14ade4e2b23cf005f2b4cf060a4c248ac74ff0eb5a333bbe869a12eeba4
size 5112
|