cardiffnlp/tweet_eval
Viewer • Updated • 201k • 30.8k • 144
How to use Priyanka-Balivada/bert-1-epoch-sentiment with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="Priyanka-Balivada/bert-1-epoch-sentiment") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("Priyanka-Balivada/bert-1-epoch-sentiment")
model = AutoModelForSequenceClassification.from_pretrained("Priyanka-Balivada/bert-1-epoch-sentiment")This model is a fine-tuned version of bert-base-uncased on the tweet_eval 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:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Micro-avg-recall | Micro-avg-precision |
|---|---|---|---|---|---|---|---|---|
| 0.5756 | 1.0 | 2851 | 0.6998 | 0.6896 | 0.6933 | 0.6896 | 0.6896 | 0.6896 |
Base model
google-bert/bert-base-uncased