min9805 commited on
Commit
bc9c912
1 Parent(s): e9a8a49

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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 the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.5973
21
- - F1: 0.0727
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 | 1 | 1.5973 | 0.0727 |
53
- | No log | 2.0 | 2 | 1.5919 | 0.0667 |
54
- | No log | 3.0 | 3 | 1.5840 | 0.0667 |
55
- | No log | 4.0 | 4 | 1.5747 | 0.0667 |
56
- | No log | 5.0 | 5 | 1.5678 | 0.0667 |
57
 
58
 
59
  ### Framework versions
60
 
61
  - Transformers 4.31.0
62
  - Pytorch 2.0.1+cu118
63
- - Datasets 2.13.1
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