mteb/tweet_sentiment_extraction
Viewer • Updated • 30.2k • 4.71k • 38
How to use Prasanthkumar/bert-finetuned-tweet with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Prasanthkumar/bert-finetuned-tweet") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Prasanthkumar/bert-finetuned-tweet")
model = AutoModelForSequenceClassification.from_pretrained("Prasanthkumar/bert-finetuned-tweet")This model is a fine-tuned version of bert-base-uncased on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
google-bert/bert-base-uncased