Training in progress epoch 0
Browse files- README.md +5 -16
- config.json +4 -4
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -14,10 +14,10 @@ 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: 0.
|
| 18 |
-
- Validation Loss: 0.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
-
- Epoch:
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -43,18 +43,7 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
-
| 0.
|
| 47 |
-
| 0.6099 | 0.5769 | 0.6692 | 1 |
|
| 48 |
-
| 0.5695 | 0.5365 | 0.6692 | 2 |
|
| 49 |
-
| 0.5378 | 0.5098 | 0.6846 | 3 |
|
| 50 |
-
| 0.5084 | 0.4944 | 0.7231 | 4 |
|
| 51 |
-
| 0.5006 | 0.4944 | 0.7231 | 5 |
|
| 52 |
-
| 0.5105 | 0.4944 | 0.7231 | 6 |
|
| 53 |
-
| 0.4990 | 0.4944 | 0.7231 | 7 |
|
| 54 |
-
| 0.5067 | 0.4944 | 0.7231 | 8 |
|
| 55 |
-
| 0.5034 | 0.4944 | 0.7231 | 9 |
|
| 56 |
-
| 0.4969 | 0.4944 | 0.7231 | 10 |
|
| 57 |
-
| 0.5027 | 0.4944 | 0.7231 | 11 |
|
| 58 |
|
| 59 |
|
| 60 |
### 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: 0.6561
|
| 18 |
+
- Validation Loss: 0.6174
|
| 19 |
+
- Train Accuracy: 0.6692
|
| 20 |
+
- Epoch: 0
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
+
| 0.6561 | 0.6174 | 0.6692 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
|
| 49 |
### Framework versions
|
config.json
CHANGED
|
@@ -9,13 +9,13 @@
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
|
|
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "CRITICISM",
|
| 13 |
+
"1": "NOT"
|
| 14 |
},
|
| 15 |
"initializer_range": 0.02,
|
| 16 |
"label2id": {
|
| 17 |
+
"CRITICISM": 0,
|
| 18 |
+
"NOT": 1
|
| 19 |
},
|
| 20 |
"max_position_embeddings": 512,
|
| 21 |
"model_type": "distilbert",
|
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:37c910c6b2fb73815fd58365784eba8a1c730fdf9ef057926b144f27d09b29ac
|
| 3 |
+
size 267955144
|