End of training
Browse files- README.md +11 -3
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -13,9 +13,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Train Loss: 0.
|
17 |
-
- Validation Loss: 0.
|
18 |
-
- Epoch:
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -42,6 +42,14 @@ The following hyperparameters were used during training:
|
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
| 0.8068 | 0.3048 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
### Framework versions
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [klue/roberta-large](https://huggingface.co/klue/roberta-large) on an unknown dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Train Loss: 0.2016
|
17 |
+
- Validation Loss: 0.5385
|
18 |
+
- Epoch: 8
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
42 |
| Train Loss | Validation Loss | Epoch |
|
43 |
|:----------:|:---------------:|:-----:|
|
44 |
| 0.8068 | 0.3048 | 0 |
|
45 |
+
| 0.3359 | 0.2971 | 1 |
|
46 |
+
| 0.2633 | 0.3977 | 2 |
|
47 |
+
| 0.2291 | 0.2174 | 3 |
|
48 |
+
| 0.2241 | 0.3629 | 4 |
|
49 |
+
| 0.1869 | 0.2617 | 5 |
|
50 |
+
| 0.1931 | 0.2880 | 6 |
|
51 |
+
| 0.2080 | 0.3585 | 7 |
|
52 |
+
| 0.2016 | 0.5385 | 8 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1347211928
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:503bdde5a153e9c5cb80f98402b72c9ddae67ef53e2d87471d45c8dc891d8de8
|
3 |
size 1347211928
|