helling100
commited on
Commit
•
249b497
1
Parent(s):
3fc718a
Upload TFDistilBertForSequenceClassification
Browse files- README.md +20 -22
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,16 +14,14 @@ 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 |
-
- Train Mae: 0.
|
19 |
-
- Train Mse: 0.
|
20 |
-
- Train
|
21 |
-
-
|
22 |
-
- Validation
|
23 |
-
- Validation
|
24 |
-
- Validation
|
25 |
-
- Validation Accuracy: 0.7027
|
26 |
-
- Validation R2-score: 0.8599
|
27 |
- Epoch: 9
|
28 |
|
29 |
## Model description
|
@@ -48,18 +46,18 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Train Loss | Train Mae | Train Mse | Train
|
52 |
-
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### 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.1363
|
18 |
+
- Train Mae: 0.2288
|
19 |
+
- Train Mse: 0.0928
|
20 |
+
- Train R2-score: 0.8065
|
21 |
+
- Validation Loss: 0.0994
|
22 |
+
- Validation Mae: 0.2297
|
23 |
+
- Validation Mse: 0.0947
|
24 |
+
- Validation R2-score: 0.8577
|
|
|
|
|
25 |
- Epoch: 9
|
26 |
|
27 |
## Model description
|
|
|
46 |
|
47 |
### Training results
|
48 |
|
49 |
+
| Train Loss | Train Mae | Train Mse | Train R2-score | Validation Loss | Validation Mae | Validation Mse | Validation R2-score | Epoch |
|
50 |
+
|:----------:|:---------:|:---------:|:--------------:|:---------------:|:--------------:|:--------------:|:-------------------:|:-----:|
|
51 |
+
| 0.4890 | 0.3421 | 0.1734 | 0.1995 | 0.1833 | 0.3662 | 0.1820 | 0.8574 | 0 |
|
52 |
+
| 0.1771 | 0.3049 | 0.1526 | 0.7380 | 0.1715 | 0.3553 | 0.1701 | 0.8642 | 1 |
|
53 |
+
| 0.1563 | 0.2820 | 0.1337 | 0.7278 | 0.1823 | 0.3662 | 0.1810 | 0.8577 | 2 |
|
54 |
+
| 0.1578 | 0.2739 | 0.1288 | 0.7954 | 0.1689 | 0.3535 | 0.1674 | 0.8641 | 3 |
|
55 |
+
| 0.2301 | 0.3034 | 0.1383 | 0.7186 | 0.1158 | 0.3132 | 0.1136 | 0.8866 | 4 |
|
56 |
+
| 0.2067 | 0.2768 | 0.1203 | 0.6568 | 0.1462 | 0.3375 | 0.1445 | 0.8772 | 5 |
|
57 |
+
| 0.1631 | 0.2726 | 0.1200 | 0.7418 | 0.1646 | 0.3473 | 0.1632 | 0.8659 | 6 |
|
58 |
+
| 0.1689 | 0.2843 | 0.1269 | 0.4797 | 0.0993 | 0.2797 | 0.0972 | 0.8961 | 7 |
|
59 |
+
| 0.1756 | 0.2115 | 0.0726 | 0.8657 | 0.1047 | 0.2537 | 0.1027 | 0.8923 | 8 |
|
60 |
+
| 0.1363 | 0.2288 | 0.0928 | 0.8065 | 0.0994 | 0.2297 | 0.0947 | 0.8577 | 9 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267952072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54eed3b23c20c10ab725b49aad1a24a26752d4921025720c0d44c025d301ac2c
|
3 |
size 267952072
|