Commit
·
54caea6
1
Parent(s):
e82272d
Upload TFDistilBertForSequenceClassification
Browse files- README.md +6 -6
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [thomasavare/distilbert-ft-test3](https://huggingface.co/thomasavare/distilbert-ft-test3) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 1.
|
19 |
-
- Train Accuracy: 0.
|
20 |
- Epoch: 2
|
21 |
|
22 |
## Model description
|
@@ -36,16 +36,16 @@ More information needed
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
-
- 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':
|
40 |
- training_precision: float32
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Train Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:--------------:|:-----:|
|
46 |
-
|
|
47 |
-
| 1.
|
48 |
-
| 1.
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [thomasavare/distilbert-ft-test3](https://huggingface.co/thomasavare/distilbert-ft-test3) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 1.2268
|
19 |
+
- Train Accuracy: 0.7180
|
20 |
- Epoch: 2
|
21 |
|
22 |
## Model description
|
|
|
36 |
### Training hyperparameters
|
37 |
|
38 |
The following hyperparameters were used during training:
|
39 |
+
- 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-07, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
40 |
- training_precision: float32
|
41 |
|
42 |
### Training results
|
43 |
|
44 |
| Train Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:--------------:|:-----:|
|
46 |
+
| 1.2639 | 0.7020 | 0 |
|
47 |
+
| 1.2616 | 0.6940 | 1 |
|
48 |
+
| 1.2268 | 0.7180 | 2 |
|
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 268102600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d0b4ae8ae838ed3dac54ff86d5d3564c62b77c1ae45a9ee6d0873a6281dea95
|
3 |
size 268102600
|