stanfordnlp/imdb
Viewer • Updated • 100k • 206k • 1.07k
How to use namhpn/bert-uncased-imdb-datacampstudy with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="namhpn/bert-uncased-imdb-datacampstudy") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("namhpn/bert-uncased-imdb-datacampstudy")
model = AutoModelForSequenceClassification.from_pretrained("namhpn/bert-uncased-imdb-datacampstudy", device_map="auto")This model was trained from scratch on an unknown 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 |
|---|---|---|---|
| 0.0 | 1.0 | 782 | 0.0 |
| 0.0 | 2.0 | 1564 | 0.0 |
| 0.0 | 3.0 | 2346 | 0.0 |
Base model
google-bert/bert-base-uncased