Training in progress epoch 0
Browse files- README.md +7 -7
- config.json +1 -1
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Train F1: 0.
|
| 22 |
- Epoch: 0
|
| 23 |
|
| 24 |
## Model description
|
|
@@ -45,12 +45,12 @@ The following hyperparameters were used during training:
|
|
| 45 |
|
| 46 |
| Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
|
| 47 |
|:----------:|:---------------:|:--------------:|:--------:|:-----:|
|
| 48 |
-
| 0.
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
| 52 |
|
| 53 |
-
- Transformers 4.33.
|
| 54 |
- TensorFlow 2.12.0
|
| 55 |
-
- Datasets 2.14.
|
| 56 |
- Tokenizers 0.13.3
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.1207
|
| 19 |
+
- Validation Loss: 0.0677
|
| 20 |
+
- Train Accuracy: 0.9723
|
| 21 |
+
- Train F1: 0.9726
|
| 22 |
- Epoch: 0
|
| 23 |
|
| 24 |
## Model description
|
|
|
|
| 45 |
|
| 46 |
| Train Loss | Validation Loss | Train Accuracy | Train F1 | Epoch |
|
| 47 |
|:----------:|:---------------:|:--------------:|:--------:|:-----:|
|
| 48 |
+
| 0.1207 | 0.0677 | 0.9723 | 0.9726 | 0 |
|
| 49 |
|
| 50 |
|
| 51 |
### Framework versions
|
| 52 |
|
| 53 |
+
- Transformers 4.33.1
|
| 54 |
- TensorFlow 2.12.0
|
| 55 |
+
- Datasets 2.14.5
|
| 56 |
- Tokenizers 0.13.3
|
config.json
CHANGED
|
@@ -26,6 +26,6 @@
|
|
| 26 |
"seq_classif_dropout": 0.2,
|
| 27 |
"sinusoidal_pos_embds": false,
|
| 28 |
"tie_weights_": true,
|
| 29 |
-
"transformers_version": "4.33.
|
| 30 |
"vocab_size": 30522
|
| 31 |
}
|
|
|
|
| 26 |
"seq_classif_dropout": 0.2,
|
| 27 |
"sinusoidal_pos_embds": false,
|
| 28 |
"tie_weights_": true,
|
| 29 |
+
"transformers_version": "4.33.1",
|
| 30 |
"vocab_size": 30522
|
| 31 |
}
|
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:9f0be40038842f802998f6cf60e242252955342cc2c45ef7b26680801f77faf0
|
| 3 |
+
size 267951808
|