JUNstats commited on
Commit
d3e900e
1 Parent(s): 934a046

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -6,20 +6,20 @@ metrics:
6
  - accuracy
7
  - f1
8
  model-index:
9
- - name: bert-base-finetuned-emotion
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
- # bert-base-finetuned-emotion
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: 0.1963
21
- - Accuracy: 0.9491
22
- - F1: 0.9477
23
 
24
  ## Model description
25
 
@@ -50,12 +50,13 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
- | 0.2877 | 1.0 | 4931 | 0.2105 | 0.9459 | 0.9443 |
54
- | 0.1629 | 2.0 | 9862 | 0.1963 | 0.9491 | 0.9477 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.28.1
60
  - Pytorch 2.1.0+cu118
 
61
  - Tokenizers 0.13.3
 
6
  - accuracy
7
  - f1
8
  model-index:
9
+ - name: bert-base-finetuned-code-classification-mid
10
  results: []
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
+ # bert-base-finetuned-code-classification-mid
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: 0.1966
21
+ - Accuracy: 0.9483
22
+ - F1: 0.9470
23
 
24
  ## Model description
25
 
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
53
+ | 0.2817 | 1.0 | 4931 | 0.2113 | 0.9456 | 0.9441 |
54
+ | 0.161 | 2.0 | 9862 | 0.1966 | 0.9483 | 0.9470 |
55
 
56
 
57
  ### Framework versions
58
 
59
  - Transformers 4.28.1
60
  - Pytorch 2.1.0+cu118
61
+ - Datasets 2.15.0
62
  - Tokenizers 0.13.3