CoolFace
Modelpublic

ramortegui/distilbert_based_classifier_with_newsgroups

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes6downloads
README.md48 linesDownload Raw Back to root
1---2license: apache-2.03tags:4- generated_from_keras_callback5model-index:6- name: distilbert_based_classifier_with_newsgroups7  results: []8---9 10<!-- This model card has been generated automatically according to the information Keras had access to. You should11probably proofread and complete it, then remove this comment. -->12 13# distilbert_based_classifier_with_newsgroups14 15This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.16It achieves the following results on the evaluation set:17 18 19## Model description20 21More information needed22 23## Intended uses & limitations24 25More information needed26 27## Training and evaluation data28 29More information needed30 31## Training procedure32 33### Training hyperparameters34 35The following hyperparameters were used during training:36- 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': {'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 1908, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}37- training_precision: float3238 39### Training results40 41 42 43### Framework versions44 45- Transformers 4.28.046- TensorFlow 2.12.047- Tokenizers 0.13.348