andywedlake
commited on
Commit
•
7a658e0
1
Parent(s):
8080098
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: 2.
|
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 |
| 2.6663 | 2.5238 | 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: 1.7505
|
18 |
+
- Validation Loss: 2.0472
|
19 |
+
- Epoch: 9
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 2.6663 | 2.5238 | 0 |
|
46 |
+
| 2.4783 | 2.6058 | 1 |
|
47 |
+
| 2.4284 | 2.5982 | 2 |
|
48 |
+
| 2.3804 | 2.5057 | 3 |
|
49 |
+
| 2.3487 | 2.6968 | 4 |
|
50 |
+
| 2.1253 | 2.1361 | 5 |
|
51 |
+
| 2.0700 | 2.2953 | 6 |
|
52 |
+
| 1.9491 | 2.3122 | 7 |
|
53 |
+
| 1.7558 | 2.5881 | 8 |
|
54 |
+
| 1.7505 | 2.0472 | 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 363423680
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c3c830015134f0052ad84da1692276200536ef570789d6950b2b8248c2625e
|
3 |
size 363423680
|