Training in progress epoch 0
Browse files- README.md +6 -8
- config.json +1 -1
- tf_model.h5 +1 -1
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:
|
18 |
-
- Validation Loss:
|
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 |
-
|
|
47 |
-
| 0.7577 | 0.6889 | 0.7708 | 1 |
|
48 |
-
| 0.5260 | 0.6328 | 0.7729 | 2 |
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.28.
|
54 |
- TensorFlow 2.12.0
|
55 |
- Datasets 2.11.0
|
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: 2.8682
|
18 |
+
- Validation Loss: 1.7635
|
19 |
+
- Train Accuracy: 0.3021
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 2.8682 | 1.7635 | 0.3021 | 0 |
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.28.1
|
52 |
- TensorFlow 2.12.0
|
53 |
- Datasets 2.11.0
|
54 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -34,6 +34,6 @@
|
|
34 |
"seq_classif_dropout": 0.2,
|
35 |
"sinusoidal_pos_embds": false,
|
36 |
"tie_weights_": true,
|
37 |
-
"transformers_version": "4.28.
|
38 |
"vocab_size": 30522
|
39 |
}
|
|
|
34 |
"seq_classif_dropout": 0.2,
|
35 |
"sinusoidal_pos_embds": false,
|
36 |
"tie_weights_": true,
|
37 |
+
"transformers_version": "4.28.1",
|
38 |
"vocab_size": 30522
|
39 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267964096
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cfac0b7052c9b6b193d51b55c94c7414a5e3e46fa61d5fd8c3adf11a1daf732
|
3 |
size 267964096
|