vblagoje/cc_news
Viewer • Updated • 708k • 7.29k • 67
How to use mchalek/distilbert-base-uncased-finetuned-ccnews with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="mchalek/distilbert-base-uncased-finetuned-ccnews") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("mchalek/distilbert-base-uncased-finetuned-ccnews")
model = AutoModelForMaskedLM.from_pretrained("mchalek/distilbert-base-uncased-finetuned-ccnews")This model is a fine-tuned version of distilbert-base-uncased on the cc_news 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 |
|---|---|---|---|
| 2.7553 | 1.0 | 157 | 2.5523 |
| 2.6507 | 2.0 | 314 | 2.5219 |
| 2.606 | 3.0 | 471 | 2.5416 |