Training in progress epoch 0
Browse files
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,14 +43,12 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.1029 | 0.2523 | 0.9014 | 1 |
|
48 |
-
| 0.0601 | 0.2901 | 0.9002 | 2 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.
|
54 |
- TensorFlow 2.12.0
|
55 |
-
- Datasets 2.
|
56 |
- Tokenizers 0.13.3
|
|
|
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.2125
|
18 |
+
- Validation Loss: 0.2377
|
19 |
+
- Train Accuracy: 0.9083
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 0.2125 | 0.2377 | 0.9083 | 0 |
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.29.2
|
52 |
- TensorFlow 2.12.0
|
53 |
+
- Datasets 2.12.0
|
54 |
- 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.
|
30 |
"vocab_size": 30522
|
31 |
}
|
|
|
26 |
"seq_classif_dropout": 0.2,
|
27 |
"sinusoidal_pos_embds": false,
|
28 |
"tie_weights_": true,
|
29 |
+
"transformers_version": "4.29.2",
|
30 |
"vocab_size": 30522
|
31 |
}
|
logs/train/events.out.tfevents.1684664043.ip-172-26-4-203.13365.0.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff12f343811690a5600d5d9963f7ccf4000184cfe300a2e99d5b8c1c6a349e5a
|
3 |
+
size 1788388
|
logs/validation/events.out.tfevents.1684665953.ip-172-26-4-203.13365.1.v2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6826e1ba70b096458a099292d95dc3fae3ca2b6f144f8eb9d9337ae5bd9ceb2
|
3 |
+
size 232
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267951808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b4619ceffc1b3ead78513a12af1de2a376808a3c3d194ce4242f0807de413b1
|
3 |
size 267951808
|