Upload TFDistilBertForSequenceClassification
Browse files- README.md +12 -12
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
-
base_model: distilbert-base-uncased
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
- generated_from_keras_callback
|
7 |
model-index:
|
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Validation Loss: 0.
|
22 |
-
- Validation Accuracy: 0.
|
23 |
- Epoch: 6
|
24 |
|
25 |
## Model description
|
@@ -46,13 +46,13 @@ The following hyperparameters were used during training:
|
|
46 |
|
47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
|
57 |
|
58 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: distilbert-base-uncased
|
5 |
tags:
|
6 |
- generated_from_keras_callback
|
7 |
model-index:
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.1733
|
20 |
+
- Train Accuracy: 0.9756
|
21 |
+
- Validation Loss: 0.3006
|
22 |
+
- Validation Accuracy: 0.8977
|
23 |
- Epoch: 6
|
24 |
|
25 |
## Model description
|
|
|
46 |
|
47 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
48 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
49 |
+
| 0.6870 | 0.5707 | 0.6656 | 0.6136 | 0 |
|
50 |
+
| 0.6542 | 0.6293 | 0.6289 | 0.6477 | 1 |
|
51 |
+
| 0.5970 | 0.7902 | 0.5541 | 0.7955 | 2 |
|
52 |
+
| 0.4936 | 0.8829 | 0.4490 | 0.8523 | 3 |
|
53 |
+
| 0.3649 | 0.9415 | 0.3775 | 0.875 | 4 |
|
54 |
+
| 0.2563 | 0.9561 | 0.3254 | 0.8977 | 5 |
|
55 |
+
| 0.1733 | 0.9756 | 0.3006 | 0.8977 | 6 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267955144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a74d43b14980d59d36249fa00d6e2161b380d0b5c56ee5677def4d21fa682ba1
|
3 |
size 267955144
|