Training in progress epoch 0
Browse files- README.md +5 -14
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Epoch:
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -43,21 +43,12 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
-
| 3.
|
47 |
-
| 2.1266 | 1.9285 | 1 |
|
48 |
-
| 1.7762 | 1.9285 | 2 |
|
49 |
-
| 1.7749 | 1.9285 | 3 |
|
50 |
-
| 1.7720 | 1.9285 | 4 |
|
51 |
-
| 1.7682 | 1.9285 | 5 |
|
52 |
-
| 1.7581 | 1.9285 | 6 |
|
53 |
-
| 1.7630 | 1.9285 | 7 |
|
54 |
-
| 1.7695 | 1.9285 | 8 |
|
55 |
-
| 1.7673 | 1.9285 | 9 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
59 |
|
60 |
-
- Transformers 4.
|
61 |
- TensorFlow 2.14.0
|
62 |
- Datasets 2.14.6
|
63 |
- Tokenizers 0.14.1
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 3.3070
|
19 |
+
- Validation Loss: 1.9674
|
20 |
+
- Epoch: 0
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
43 |
|
44 |
| Train Loss | Validation Loss | Epoch |
|
45 |
|:----------:|:---------------:|:-----:|
|
46 |
+
| 3.3070 | 1.9674 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
|
49 |
### Framework versions
|
50 |
|
51 |
+
- Transformers 4.35.0
|
52 |
- TensorFlow 2.14.0
|
53 |
- Datasets 2.14.6
|
54 |
- Tokenizers 0.14.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.
|
22 |
"vocab_size": 30522
|
23 |
}
|
|
|
18 |
"seq_classif_dropout": 0.2,
|
19 |
"sinusoidal_pos_embds": false,
|
20 |
"tie_weights_": true,
|
21 |
+
"transformers_version": "4.35.0",
|
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 265583592
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:38174aaefae972c9454a8e4d71870442b8d2a96659dbce922e7fa475fa02962e
|
3 |
size 265583592
|