cardiffnlp/tweet_eval
Viewer • Updated • 201k • 32.5k • 144
How to use selimsametoglu/selims with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="selimsametoglu/selims") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("selimsametoglu/selims")
model = AutoModelForSequenceClassification.from_pretrained("selimsametoglu/selims")This model is a fine-tuned version of nlptown/bert-base-multilingual-uncased-sentiment on the tweet_eval dataset.
This is a multilingual model for sentiment analysis that provides outputs ranging from 1 to 5, following the same logic as the 1 to 5-star reviews.
This sentiment model can be applied to datasets in the following languages: English, Dutch, German, French, Spanish, and Italian.
For fine-tunning of this model, the Tweet_eval dataset was used.
Please refer to the information below:
The following hyperparameters were used during training: