Yelp/yelp_review_full
Viewer • Updated • 700k • 23.7k • 144
How to use NicholasSynovic/forking-test with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="NicholasSynovic/forking-test") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("NicholasSynovic/forking-test")
model = AutoModelForSequenceClassification.from_pretrained("NicholasSynovic/forking-test")This model is a fine-tuned version of bert-base-cased on the yelp_review_full dataset.
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 | 0.01 | 1 | 1.6473 | 0.202 |
Base model
google-bert/bert-base-cased