justin13barrett
commited on
Commit
·
846464e
1
Parent(s):
5c017b0
Upload TFDistilBertForSequenceClassification
Browse files- README.md +13 -13
- config.json +0 -0
- tf_model.h5 +2 -2
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-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 2.
|
19 |
-
- Validation Loss: 3.
|
20 |
-
- Train Accuracy: 0.
|
21 |
- Epoch: 9
|
22 |
|
23 |
## Model description
|
@@ -44,16 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 5.
|
48 |
-
| 3.
|
49 |
-
| 3.
|
50 |
-
| 3.
|
51 |
-
| 3.
|
52 |
-
| 3.
|
53 |
-
|
|
54 |
-
| 2.
|
55 |
-
| 2.
|
56 |
-
| 2.
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 2.8398
|
19 |
+
- Validation Loss: 3.2378
|
20 |
+
- Train Accuracy: 0.4618
|
21 |
- Epoch: 9
|
22 |
|
23 |
## Model description
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 5.1779 | 3.9338 | 0.3457 | 0 |
|
48 |
+
| 3.8441 | 3.5523 | 0.4044 | 1 |
|
49 |
+
| 3.5070 | 3.4169 | 0.4267 | 2 |
|
50 |
+
| 3.3152 | 3.3286 | 0.4402 | 3 |
|
51 |
+
| 3.1797 | 3.2789 | 0.4488 | 4 |
|
52 |
+
| 3.0756 | 3.2612 | 0.4537 | 5 |
|
53 |
+
| 2.9929 | 3.2459 | 0.4575 | 6 |
|
54 |
+
| 2.9266 | 3.2380 | 0.4598 | 7 |
|
55 |
+
| 2.8758 | 3.2390 | 0.4611 | 8 |
|
56 |
+
| 2.8398 | 3.2378 | 0.4618 | 9 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60fc4c026c190e1c1a85be8c5655e8532d42077d8f18317a9274a4bfec554ca4
|
3 |
+
size 277162340
|