Training in progress epoch 0
Browse files- README.md +6 -10
- 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: 1.
|
19 |
-
- Train Accuracy: 0.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,16 +43,12 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 2.
|
47 |
-
| 1.6862 | 1.7809 | 0.5137 | 1 |
|
48 |
-
| 1.4767 | 1.8153 | 0.5131 | 2 |
|
49 |
-
| 1.2870 | 1.8708 | 0.5088 | 3 |
|
50 |
-
| 1.1312 | 1.9314 | 0.5027 | 4 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
54 |
|
55 |
-
- Transformers 4.30.
|
56 |
- TensorFlow 2.12.0
|
57 |
- Datasets 2.12.0
|
58 |
- 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.1059
|
18 |
+
- Validation Loss: 1.8323
|
19 |
+
- Train Accuracy: 0.4978
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 2.1059 | 1.8323 | 0.4978 | 0 |
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.30.2
|
52 |
- TensorFlow 2.12.0
|
53 |
- Datasets 2.12.0
|
54 |
- Tokenizers 0.13.3
|
config.json
CHANGED
@@ -94,6 +94,6 @@
|
|
94 |
"seq_classif_dropout": 0.2,
|
95 |
"sinusoidal_pos_embds": false,
|
96 |
"tie_weights_": true,
|
97 |
-
"transformers_version": "4.30.
|
98 |
"vocab_size": 30522
|
99 |
}
|
|
|
94 |
"seq_classif_dropout": 0.2,
|
95 |
"sinusoidal_pos_embds": false,
|
96 |
"tie_weights_": true,
|
97 |
+
"transformers_version": "4.30.2",
|
98 |
"vocab_size": 30522
|
99 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268056256
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d237a5cb3ec8409d473ad69ea727f3c813b8da774d3d20dc7a7d6350c7be45
|
3 |
size 268056256
|