clinc/clinc_oos
Viewer • Updated • 59.3k • 10.4k • 20
How to use Rahmayezza/clasificador-clinc_oos_dataset with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Rahmayezza/clasificador-clinc_oos_dataset") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Rahmayezza/clasificador-clinc_oos_dataset")
model = AutoModelForSequenceClassification.from_pretrained("Rahmayezza/clasificador-clinc_oos_dataset")This model is a fine-tuned version of distilbert-base-uncased on the clinc_oos dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: