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