corona-tweet/dutch_social
Updated • 173 • 10
How to use ymcnabb/dutch_threeway_sentiment_classification_v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="ymcnabb/dutch_threeway_sentiment_classification_v2") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("ymcnabb/dutch_threeway_sentiment_classification_v2")
model = AutoModelForSequenceClassification.from_pretrained("ymcnabb/dutch_threeway_sentiment_classification_v2")This model is a fine-tuned version of MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli on the dutch_social dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: