update model card README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# bert-base-finetuned-ynat
|
17 |
|
18 |
-
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -49,16 +49,16 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
-
| No log | 1.0 |
|
53 |
-
| No log | 2.0 |
|
54 |
-
| No log | 3.0 |
|
55 |
-
| No log | 4.0 |
|
56 |
-
| No log | 5.0 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.31.0
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
-
- Datasets 2.
|
64 |
- Tokenizers 0.13.3
|
|
|
15 |
|
16 |
# bert-base-finetuned-ynat
|
17 |
|
18 |
+
This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 1.6806
|
21 |
+
- F1: 0.2273
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
51 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
52 |
+
| No log | 1.0 | 2 | 1.8609 | 0.0476 |
|
53 |
+
| No log | 2.0 | 4 | 1.7637 | 0.0476 |
|
54 |
+
| No log | 3.0 | 6 | 1.6806 | 0.2273 |
|
55 |
+
| No log | 4.0 | 8 | 1.6409 | 0.2273 |
|
56 |
+
| No log | 5.0 | 10 | 1.6236 | 0.2273 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.31.0
|
62 |
- Pytorch 2.0.1+cu118
|
63 |
+
- Datasets 2.14.0
|
64 |
- Tokenizers 0.13.3
|