Training in progress epoch 0
Browse files- README.md +4 -4
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,8 +14,8 @@ 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: 2.
|
18 |
-
- Validation Loss: 2.
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
@@ -42,12 +42,12 @@ The following hyperparameters were used during training:
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
-
| 2.
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
-
- Transformers 4.19.
|
51 |
- TensorFlow 2.8.0
|
52 |
- Datasets 2.2.1
|
53 |
- Tokenizers 0.12.1
|
|
|
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.6502
|
18 |
+
- Validation Loss: 2.2067
|
19 |
- Epoch: 0
|
20 |
|
21 |
## Model description
|
|
|
42 |
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
+
| 2.6502 | 2.2067 | 0 |
|
46 |
|
47 |
|
48 |
### Framework versions
|
49 |
|
50 |
+
- Transformers 4.19.1
|
51 |
- TensorFlow 2.8.0
|
52 |
- Datasets 2.2.1
|
53 |
- Tokenizers 0.12.1
|
config.json
CHANGED
@@ -18,6 +18,6 @@
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
-
"transformers_version": "4.19.
|
22 |
"vocab_size": 30522
|
23 |
}
|
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
+
"transformers_version": "4.19.1",
|
22 |
"vocab_size": 30522
|
23 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 363423680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48e67433d6a589986616cb5aeb49f2df0c4e90880eb1de4ea1c5d94b8c5e24e9
|
3 |
size 363423680
|