End of training
Browse files- README.md +16 -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-cased](https://huggingface.co/distilbert-base-cased) 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,19 @@ The following hyperparameters were used during training:
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.6490 | 1.2199 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
|
48 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Train Loss: 0.9936
|
18 |
+
- Validation Loss: 0.9867
|
19 |
+
- Epoch: 13
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
43 |
| Train Loss | Validation Loss | Epoch |
|
44 |
|:----------:|:---------------:|:-----:|
|
45 |
| 1.6490 | 1.2199 | 0 |
|
46 |
+
| 1.2679 | 1.1622 | 1 |
|
47 |
+
| 1.1796 | 1.0931 | 2 |
|
48 |
+
| 1.1200 | 1.0274 | 3 |
|
49 |
+
| 1.0841 | 1.0739 | 4 |
|
50 |
+
| 1.0567 | 1.0317 | 5 |
|
51 |
+
| 1.0164 | 0.9895 | 6 |
|
52 |
+
| 0.9819 | 1.0365 | 7 |
|
53 |
+
| 0.9960 | 0.9857 | 8 |
|
54 |
+
| 1.0143 | 0.9954 | 9 |
|
55 |
+
| 1.0156 | 1.0173 | 10 |
|
56 |
+
| 0.9915 | 1.0391 | 11 |
|
57 |
+
| 1.0246 | 1.0288 | 12 |
|
58 |
+
| 0.9936 | 0.9867 | 13 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 354041832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f33317fe72f9f5c5677c4d3ad4a5a884e596effd42e50b1d3a0043b5f7796cfb
|
3 |
size 354041832
|