Nicknotname
commited on
Commit
•
5561ed0
1
Parent(s):
c50698f
Training in progress epoch 3
Browse files- README.md +6 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Train Accuracy: 1.0
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -45,6 +45,9 @@ The following hyperparameters were used during training:
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 0.2958 | 0.0315 | 1.0 | 0 |
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.0049
|
19 |
+
- Validation Loss: 0.0028
|
20 |
- Train Accuracy: 1.0
|
21 |
+
- Epoch: 3
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
| 0.2958 | 0.0315 | 1.0 | 0 |
|
48 |
+
| 0.0209 | 0.0086 | 1.0 | 1 |
|
49 |
+
| 0.0084 | 0.0045 | 1.0 | 2 |
|
50 |
+
| 0.0049 | 0.0028 | 1.0 | 3 |
|
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 267955144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:929037749b1fcbfaa1b74ef1675da07f9d140f50e4bbd62d565f654cb8d6bd45
|
3 |
size 267955144
|