Commit ·
057bcaf
1
Parent(s): 1b8d928
Training in progress epoch 0
Browse files- README.md +9 -10
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,9 +15,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss:
|
| 19 |
-
-
|
| 20 |
-
-
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -36,17 +38,14 @@ More information needed
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
-
- optimizer: {'name': '
|
| 40 |
- training_precision: float32
|
| 41 |
|
| 42 |
### Training results
|
| 43 |
|
| 44 |
-
| Train Loss | Validation Loss | Epoch |
|
| 45 |
-
|:----------:|:---------------:|:-----:|
|
| 46 |
-
| 0.
|
| 47 |
-
| 0.0788 | 0.1001 | 1 |
|
| 48 |
-
| 0.0525 | 0.1011 | 2 |
|
| 49 |
-
| 0.0382 | 0.1094 | 3 |
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: nan
|
| 19 |
+
- Train Accuracy: 0.2234
|
| 20 |
+
- Validation Loss: nan
|
| 21 |
+
- Validation Accuracy: 0.2530
|
| 22 |
+
- Epoch: 0
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
+
- 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': 3e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
| 42 |
- training_precision: float32
|
| 43 |
|
| 44 |
### Training results
|
| 45 |
|
| 46 |
+
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
| 47 |
+
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
| 48 |
+
| nan | 0.2234 | nan | 0.2530 | 0 |
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 261004560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a54be72b451fbd8e6a3701a17175a53ec7a4306e458109bf0da05e1bbf2223c6
|
| 3 |
size 261004560
|