Training in progress epoch 0
Browse files- README.md +6 -7
- config.json +1 -1
- 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,13 +43,12 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.4732 | 0.4255 | 0.9103 | 1 |
|
48 |
|
49 |
|
50 |
### Framework versions
|
51 |
|
52 |
-
- Transformers 4.
|
53 |
- TensorFlow 2.12.0
|
54 |
- Datasets 2.12.0
|
55 |
- 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.9061
|
18 |
+
- Validation Loss: 0.6146
|
19 |
+
- Train Accuracy: 0.8184
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 0.9061 | 0.6146 | 0.8184 | 0 |
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.30.1
|
52 |
- TensorFlow 2.12.0
|
53 |
- Datasets 2.12.0
|
54 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -30,6 +30,6 @@
|
|
30 |
"seq_classif_dropout": 0.2,
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
-
"transformers_version": "4.
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
30 |
"seq_classif_dropout": 0.2,
|
31 |
"sinusoidal_pos_embds": false,
|
32 |
"tie_weights_": true,
|
33 |
+
"transformers_version": "4.30.1",
|
34 |
"vocab_size": 30522
|
35 |
}
|
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:3221ee70e5b93794c9024903d6a3f37a9fb9ab8acea5e14efcc22ccfc1e3cb6d
|
3 |
+
size 267961288
|