dadashzadeh/news-or-informational-nft
Viewer • Updated • 9.4k • 18
How to use dadashzadeh/bert-base-news-or-informational-nft-english with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="dadashzadeh/bert-base-news-or-informational-nft-english") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("dadashzadeh/bert-base-news-or-informational-nft-english")
model = AutoModelForSequenceClassification.from_pretrained("dadashzadeh/bert-base-news-or-informational-nft-english", device_map="auto")This model is a fine-tuned version of bert-base-cased 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:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.043 | 1.0 | 1175 | 0.0082 | 0.9984 |
| 0.0151 | 2.0 | 2350 | 0.0038 | 0.9994 |
| 0.0053 | 3.0 | 3525 | 0.0009 | 0.9998 |
Base model
google-bert/bert-base-cased