Training in progress epoch 0
Browse files- README.md +5 -15
- tf_model.h5 +2 -2
- tokenizer.json +1 -6
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,17 +43,7 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
-
| 0.
|
47 |
-
| 0.6514 | 0.6191 | 0.8942 | 1 |
|
48 |
-
| 0.6034 | 0.5676 | 0.9135 | 2 |
|
49 |
-
| 0.5674 | 0.5274 | 0.9231 | 3 |
|
50 |
-
| 0.5293 | 0.5107 | 0.9231 | 4 |
|
51 |
-
| 0.5230 | 0.5107 | 0.9231 | 5 |
|
52 |
-
| 0.5177 | 0.5107 | 0.9231 | 6 |
|
53 |
-
| 0.5154 | 0.5107 | 0.9231 | 7 |
|
54 |
-
| 0.5235 | 0.5107 | 0.9231 | 8 |
|
55 |
-
| 0.5291 | 0.5107 | 0.9231 | 9 |
|
56 |
-
| 0.5163 | 0.5107 | 0.9231 | 10 |
|
57 |
|
58 |
|
59 |
### 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.6853
|
18 |
+
- Validation Loss: 0.6586
|
19 |
+
- Train Accuracy: 0.7788
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
46 |
+
| 0.6853 | 0.6586 | 0.7788 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
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:740e030ac4b71c3622d6cde4ebc6d0d36bc1e53f8be87e05a184669ae251e90a
|
3 |
+
size 267956392
|
tokenizer.json
CHANGED
@@ -1,11 +1,6 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
"direction": "Right",
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
"padding": null,
|
10 |
"added_tokens": [
|
11 |
{
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": null,
|
5 |
"added_tokens": [
|
6 |
{
|