update model card README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 0.
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -44,18 +44,18 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|
|
47 |
-
|
|
48 |
-
|
|
49 |
-
| 1.
|
50 |
-
|
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
-
- Transformers 4.
|
59 |
- Pytorch 1.12.1+cu113
|
60 |
- Datasets 2.5.2
|
61 |
-
- Tokenizers 0.
|
|
|
13 |
|
14 |
This model is a fine-tuned version of [monologg/kobigbird-bert-base](https://huggingface.co/monologg/kobigbird-bert-base) on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
+
- Loss: 0.8070
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
44 |
|
45 |
| Training Loss | Epoch | Step | Validation Loss |
|
46 |
|:-------------:|:-----:|:----:|:---------------:|
|
47 |
+
| 3.5433 | 0.52 | 500 | 1.7958 |
|
48 |
+
| 1.5093 | 1.03 | 1000 | 1.1129 |
|
49 |
+
| 1.1411 | 1.55 | 1500 | 1.0226 |
|
50 |
+
| 0.9785 | 2.07 | 2000 | 0.8868 |
|
51 |
+
| 0.8037 | 2.58 | 2500 | 0.8301 |
|
52 |
+
| 0.7273 | 3.1 | 3000 | 0.8552 |
|
53 |
+
| 0.6034 | 3.62 | 3500 | 0.8070 |
|
54 |
|
55 |
|
56 |
### Framework versions
|
57 |
|
58 |
+
- Transformers 4.23.0
|
59 |
- Pytorch 1.12.1+cu113
|
60 |
- Datasets 2.5.2
|
61 |
+
- Tokenizers 0.13.1
|