fe2plus commited on
Commit
8665584
·
1 Parent(s): 362bf94

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -2
README.md CHANGED
@@ -2,9 +2,26 @@
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
 
 
 
 
5
  model-index:
6
  - name: bert-fine-tuned-cola
7
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -12,7 +29,10 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # bert-fine-tuned-cola
14
 
15
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
 
 
 
16
 
17
  ## Model description
18
 
@@ -39,8 +59,18 @@ The following hyperparameters were used during training:
39
  - lr_scheduler_type: linear
40
  - num_epochs: 3
41
 
 
 
 
 
 
 
 
 
 
42
  ### Framework versions
43
 
44
  - Transformers 4.26.1
45
  - Pytorch 1.13.1+cu116
 
46
  - Tokenizers 0.13.2
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - matthews_correlation
9
  model-index:
10
  - name: bert-fine-tuned-cola
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ config: cola
19
+ split: validation
20
+ args: cola
21
+ metrics:
22
+ - name: Matthews Correlation
23
+ type: matthews_correlation
24
+ value: 0.554912808282685
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  # bert-fine-tuned-cola
31
 
32
+ This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on the glue dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.8520
35
+ - Matthews Correlation: 0.5549
36
 
37
  ## Model description
38
 
 
59
  - lr_scheduler_type: linear
60
  - num_epochs: 3
61
 
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Matthews Correlation |
65
+ |:-------------:|:-----:|:----:|:---------------:|:--------------------:|
66
+ | 0.4802 | 1.0 | 1069 | 0.5337 | 0.4923 |
67
+ | 0.3293 | 2.0 | 2138 | 0.6642 | 0.5521 |
68
+ | 0.1938 | 3.0 | 3207 | 0.8520 | 0.5549 |
69
+
70
+
71
  ### Framework versions
72
 
73
  - Transformers 4.26.1
74
  - Pytorch 1.13.1+cu116
75
+ - Datasets 2.10.1
76
  - Tokenizers 0.13.2