yooonsangbeom commited on
Commit
b32f872
1 Parent(s): 92c187c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
  license: cc-by-sa-4.0
3
- base_model: klue/bert-base
4
  tags:
5
  - generated_from_trainer
6
  datasets:
@@ -22,7 +21,7 @@ model-index:
22
  metrics:
23
  - name: F1
24
  type: f1
25
- value: 0.8690732980509929
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.3737
36
- - F1: 0.8691
37
 
38
  ## Model description
39
 
@@ -64,16 +63,16 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | F1 |
66
  |:-------------:|:-----:|:----:|:---------------:|:------:|
67
- | No log | 1.0 | 90 | 0.4250 | 0.8581 |
68
- | No log | 2.0 | 180 | 0.4022 | 0.8635 |
69
- | No log | 3.0 | 270 | 0.3765 | 0.8680 |
70
- | No log | 4.0 | 360 | 0.3737 | 0.8691 |
71
- | No log | 5.0 | 450 | 0.3699 | 0.8681 |
72
 
73
 
74
  ### Framework versions
75
 
76
- - Transformers 4.31.0
77
  - Pytorch 2.0.1+cu117
78
  - Datasets 2.13.1
79
  - Tokenizers 0.13.3
 
1
  ---
2
  license: cc-by-sa-4.0
 
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.867061582237284
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [klue/bert-base](https://huggingface.co/klue/bert-base) on the klue dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.3721
35
+ - F1: 0.8671
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | No log | 1.0 | 90 | 0.4485 | 0.8503 |
67
+ | No log | 2.0 | 180 | 0.3877 | 0.8631 |
68
+ | No log | 3.0 | 270 | 0.3685 | 0.8670 |
69
+ | No log | 4.0 | 360 | 0.3721 | 0.8671 |
70
+ | No log | 5.0 | 450 | 0.3725 | 0.8662 |
71
 
72
 
73
  ### Framework versions
74
 
75
+ - Transformers 4.30.2
76
  - Pytorch 2.0.1+cu117
77
  - Datasets 2.13.1
78
  - Tokenizers 0.13.3