Upload TFDistilBertForSequenceClassification
Browse files- README.md +15 -6
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,11 +14,11 @@ 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 |
-
- Train Accuracy: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -44,7 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### 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.0479
|
18 |
+
- Train Accuracy: 0.9922
|
19 |
+
- Validation Loss: 0.2769
|
20 |
+
- Validation Accuracy: 0.9284
|
21 |
+
- Epoch: 9
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
44 |
|
45 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
46 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
47 |
+
| 1.8498 | 0.5829 | 0.9285 | 0.8012 | 0 |
|
48 |
+
| 0.6611 | 0.8406 | 0.4800 | 0.8807 | 1 |
|
49 |
+
| 0.3563 | 0.9128 | 0.3829 | 0.9002 | 2 |
|
50 |
+
| 0.2276 | 0.9475 | 0.3593 | 0.9072 | 3 |
|
51 |
+
| 0.1544 | 0.9659 | 0.3205 | 0.9214 | 4 |
|
52 |
+
| 0.1094 | 0.9779 | 0.3007 | 0.9214 | 5 |
|
53 |
+
| 0.0825 | 0.9846 | 0.2821 | 0.9258 | 6 |
|
54 |
+
| 0.0634 | 0.9895 | 0.2754 | 0.9337 | 7 |
|
55 |
+
| 0.0533 | 0.9916 | 0.2707 | 0.9337 | 8 |
|
56 |
+
| 0.0479 | 0.9922 | 0.2769 | 0.9284 | 9 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 268010440
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36a760c20d64dfe355ae63d9020ca0b3dfadcd611d79346a278fb05682b2cf34
|
3 |
size 268010440
|