rockstar4119
commited on
Commit
·
92ad364
1
Parent(s):
4a55085
Training in progress epoch 2
Browse files- README.md +4 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -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 |
-
- Validation Loss: 0.
|
21 |
- Train Accuracy: 1.0
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -47,6 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
| 0.2876 | 0.0311 | 0.9967 | 0 |
|
49 |
| 0.0222 | 0.0102 | 1.0 | 1 |
|
|
|
50 |
|
51 |
|
52 |
### Framework versions
|
|
|
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.0098
|
20 |
+
- Validation Loss: 0.0064
|
21 |
- Train Accuracy: 1.0
|
22 |
+
- Epoch: 2
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
| 0.2876 | 0.0311 | 0.9967 | 0 |
|
49 |
| 0.0222 | 0.0102 | 1.0 | 1 |
|
50 |
+
| 0.0098 | 0.0064 | 1.0 | 2 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267957952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c24a8eef913f98ecf47c16ab90f27e8bb5f361bdbda04f43deb4cb08ca463515
|
3 |
size 267957952
|