Training in progress epoch 0
Browse files- README.md +9 -18
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -14,13 +14,13 @@ 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:
|
18 |
-
- Validation Loss: 0.
|
19 |
-
- Train Precision: 0.
|
20 |
-
- Train Recall: 0.
|
21 |
-
- Train F1: 0.
|
22 |
-
- Train Accuracy: 0.
|
23 |
-
- Epoch:
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -39,23 +39,14 @@ More information needed
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
-
- optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate':
|
43 |
- training_precision: float32
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
-
| 1.
|
50 |
-
| 0.4717 | 0.4938 | 0.6356 | 0.6546 | 0.6414 | 0.8596 | 1 |
|
51 |
-
| 0.3259 | 0.5062 | 0.6411 | 0.6678 | 0.6524 | 0.8503 | 2 |
|
52 |
-
| 0.2290 | 0.4988 | 0.6580 | 0.6591 | 0.6577 | 0.8635 | 3 |
|
53 |
-
| 0.1700 | 0.5317 | 0.6580 | 0.6583 | 0.6561 | 0.8605 | 4 |
|
54 |
-
| 0.1218 | 0.5377 | 0.7129 | 0.6841 | 0.6911 | 0.8639 | 5 |
|
55 |
-
| 0.0973 | 0.5540 | 0.7132 | 0.6916 | 0.6988 | 0.8654 | 6 |
|
56 |
-
| 0.0831 | 0.5651 | 0.7017 | 0.6989 | 0.6992 | 0.8673 | 7 |
|
57 |
-
| 0.0677 | 0.5871 | 0.7623 | 0.7151 | 0.7329 | 0.8683 | 8 |
|
58 |
-
| 0.0567 | 0.5936 | 0.7024 | 0.6946 | 0.6975 | 0.8673 | 9 |
|
59 |
|
60 |
|
61 |
### 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: 1.1440
|
18 |
+
- Validation Loss: 0.6108
|
19 |
+
- Train Precision: 0.5739
|
20 |
+
- Train Recall: 0.5788
|
21 |
+
- Train F1: 0.5727
|
22 |
+
- Train Accuracy: 0.8367
|
23 |
+
- Epoch: 0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
+
- optimizer: {'name': 'Adam', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 5140, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
43 |
- training_precision: float32
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
| Train Loss | Validation Loss | Train Precision | Train Recall | Train F1 | Train Accuracy | Epoch |
|
48 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
49 |
+
| 1.1440 | 0.6108 | 0.5739 | 0.5788 | 0.5727 | 0.8367 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:692e77be28c5882a991ed448d6aa6967be5fa141287f08ccfb5277663bed59e1
|
3 |
+
size 268010440
|