silviacamplani
commited on
Commit
•
bcdb324
1
Parent(s):
36397a7
End of training
Browse files- README.md +12 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -14,9 +14,9 @@ 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 |
-
- Validation Loss:
|
19 |
-
- Epoch:
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -43,6 +43,15 @@ The following hyperparameters were used during training:
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.9721 | 1.8113 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### 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.6593
|
18 |
+
- Validation Loss: 0.6130
|
19 |
+
- Epoch: 9
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.9721 | 1.8113 | 0 |
|
46 |
+
| 1.6564 | 1.5052 | 1 |
|
47 |
+
| 1.3640 | 1.2332 | 2 |
|
48 |
+
| 1.1078 | 0.9996 | 3 |
|
49 |
+
| 0.9158 | 0.8249 | 4 |
|
50 |
+
| 0.7850 | 0.7188 | 5 |
|
51 |
+
| 0.7135 | 0.6595 | 6 |
|
52 |
+
| 0.6822 | 0.6310 | 7 |
|
53 |
+
| 0.6394 | 0.6171 | 8 |
|
54 |
+
| 0.6593 | 0.6130 | 9 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265599328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a8cd103fc4ddc66dc29499f80bdda91551f3492e0d035be003c6713f9e8331c
|
3 |
size 265599328
|