Yelp/yelp_review_full
Viewer • Updated • 700k • 23.7k • 144
How to use 9au5a/test_trainer with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="9au5a/test_trainer") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("9au5a/test_trainer")
model = AutoModelForSequenceClassification.from_pretrained("9au5a/test_trainer")This model is a fine-tuned version of bert-base-cased on the yelp_review_full 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 |
|---|---|---|---|---|
| No log | 1.0 | 125 | 1.1417 | 0.529 |
| No log | 2.0 | 250 | 1.0302 | 0.579 |
| No log | 3.0 | 375 | 1.0594 | 0.595 |
Base model
google-bert/bert-base-cased