Upload TFDistilBertForSequenceClassification
Browse files- README.md +11 -7
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -14,9 +14,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 0.
|
| 18 |
-
- Train Accuracy: 0.
|
| 19 |
-
-
|
|
|
|
|
|
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -35,14 +37,16 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- 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': 0.
|
| 39 |
- training_precision: float32
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
-
| Train Loss | Train Accuracy | Epoch |
|
| 44 |
-
|:----------:|:--------------:|:-----:|
|
| 45 |
-
| 0.
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 0.0256
|
| 18 |
+
- Train Accuracy: 0.9935
|
| 19 |
+
- Validation Loss: 0.0414
|
| 20 |
+
- Validation Accuracy: 0.9922
|
| 21 |
+
- Epoch: 2
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 37 |
### Training hyperparameters
|
| 38 |
|
| 39 |
The following hyperparameters were used during training:
|
| 40 |
+
- 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': 5e-05, 'decay_steps': 47871, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
| 41 |
- training_precision: float32
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
+
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 46 |
+
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 47 |
+
| 0.0488 | 0.9874 | 0.0398 | 0.9940 | 0 |
|
| 48 |
+
| 0.0352 | 0.9926 | 0.0389 | 0.9933 | 1 |
|
| 49 |
+
| 0.0256 | 0.9935 | 0.0414 | 0.9922 | 2 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267964096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c75c50362d10635b2c7f629e53cc015404646fc48df40da430c811cc80953ef
|
| 3 |
size 267964096
|