Downloads · 30 days
5
14% of all-time downloads
darkdwine/news_classification_model
news_classification_model is a text classification model from darkdwine. Use it when you need a label for a piece of text. It is set up for transformers. The card lists the license as apache-2.0.
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set: - Train Loss: 0.0865 - Train Accuracy: 0.9712 - Validation Loss: 1.5070 - V…
Downloads · 30 days
5
14% of all-time downloads
All-time downloads
37
Public
Repo size
268 MB
Likes
0
Public
Click a slice to open those files.
.h5268 MB · 100%
From the Hugging Face model README
This model is a fine-tuned version of distilbert-base-uncased on an unknown dataset. It achieves the following results on the evaluation set:
Output Labels of this Model are:
This models classifies News headlines into different categories mentioned above.
Model was trained and evaluated using the dataset available here: https://www.kaggle.com/datasets/rmisra/news-category-dataset
The following hyperparameters were used during training:
optimizer: {'name': 'Adam',
'weight_decay': None,
'clipnorm': None,
'global_clipnorm': None,
'clipvalue': None,
'use_ema': False,
'ema_momentum': 0.99,
'ema_overwrite_frequency': None,
'jit_compile': True,
'is_legacy_optimizer': False,
'learning_rate': 5e-05,
'beta_1': 0.9,
'beta_2': 0.999,
'epsilon': 1e-07,
'amsgrad': False}
training_precision: float32
Upon the second round of trainning, the results were as follows:
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|---|---|---|---|---|
| 0.1022 | 0.9666 | 1.4192 | 0.7276 | 0 |
| 0.0865 | 0.9712 | 1.5070 | 0.7252 | 1 |