Commit
·
8c97612
1
Parent(s):
ab7fcda
Training in progress epoch 4
Browse files- README.md +7 -6
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,11 +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: 0.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- optimizer: {'name': 'Adam', 'weight_decay': 0.01, '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':
|
42 |
- training_precision: float32
|
43 |
|
44 |
### Training results
|
@@ -49,6 +49,7 @@ The following hyperparameters were used during training:
|
|
49 |
| 0.8272 | 0.7506 | 0.8106 | 0.7534 | 1 |
|
50 |
| 0.6786 | 0.7826 | 0.7871 | 0.7587 | 2 |
|
51 |
| 0.5718 | 0.8100 | 0.7981 | 0.7571 | 3 |
|
|
|
52 |
|
53 |
|
54 |
### 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: 0.4216
|
19 |
+
- Train Accuracy: 0.8541
|
20 |
+
- Validation Loss: 0.8042
|
21 |
+
- Validation Accuracy: 0.7628
|
22 |
+
- Epoch: 4
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- optimizer: {'name': 'Adam', 'weight_decay': 0.01, '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': 1e-05, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
|
42 |
- training_precision: float32
|
43 |
|
44 |
### Training results
|
|
|
49 |
| 0.8272 | 0.7506 | 0.8106 | 0.7534 | 1 |
|
50 |
| 0.6786 | 0.7826 | 0.7871 | 0.7587 | 2 |
|
51 |
| 0.5718 | 0.8100 | 0.7981 | 0.7571 | 3 |
|
52 |
+
| 0.4216 | 0.8541 | 0.8042 | 0.7628 | 4 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 264025792
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1f3c065403820a82d67e698b24cd12708782afb6cee417148816baaf061e19a
|
3 |
size 264025792
|