markuscolab commited on
Commit
6692437
1 Parent(s): e427320

End of training

Browse files
Files changed (2) hide show
  1. README.md +88 -0
  2. model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: bert-base-uncased
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - glue
8
+ metrics:
9
+ - accuracy
10
+ - f1
11
+ - matthews_correlation
12
+ model-index:
13
+ - name: bert-base-uncased-finetuned-glue_cola
14
+ results:
15
+ - task:
16
+ name: Text Classification
17
+ type: text-classification
18
+ dataset:
19
+ name: glue
20
+ type: glue
21
+ config: cola
22
+ split: validation
23
+ args: cola
24
+ metrics:
25
+ - name: Accuracy
26
+ type: accuracy
27
+ value: 0.8293384467881112
28
+ - name: F1
29
+ type: f1
30
+ value: 0.820234272230632
31
+ - name: Matthews Correlation
32
+ type: matthews_correlation
33
+ value: 0.5806473000395166
34
+ ---
35
+
36
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
37
+ should probably proofread and complete it, then remove this comment. -->
38
+
39
+ # bert-base-uncased-finetuned-glue_cola
40
+
41
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
42
+ It achieves the following results on the evaluation set:
43
+ - Loss: 0.6466
44
+ - Accuracy: 0.8293
45
+ - F1: 0.8202
46
+ - Matthews Correlation: 0.5806
47
+
48
+ ## Model description
49
+
50
+ More information needed
51
+
52
+ ## Intended uses & limitations
53
+
54
+ More information needed
55
+
56
+ ## Training and evaluation data
57
+
58
+ More information needed
59
+
60
+ ## Training procedure
61
+
62
+ ### Training hyperparameters
63
+
64
+ The following hyperparameters were used during training:
65
+ - learning_rate: 2e-05
66
+ - train_batch_size: 16
67
+ - eval_batch_size: 16
68
+ - seed: 42
69
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
70
+ - lr_scheduler_type: linear
71
+ - lr_scheduler_warmup_steps: 500
72
+ - num_epochs: 3
73
+
74
+ ### Training results
75
+
76
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Matthews Correlation |
77
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:--------------------:|
78
+ | 0.5418 | 1.0 | 535 | 0.4594 | 0.8006 | 0.7836 | 0.5019 |
79
+ | 0.3635 | 2.0 | 1070 | 0.4437 | 0.8217 | 0.8084 | 0.5600 |
80
+ | 0.2019 | 3.0 | 1605 | 0.6466 | 0.8293 | 0.8202 | 0.5806 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.35.2
86
+ - Pytorch 2.1.0+cu118
87
+ - Datasets 2.15.0
88
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:480209fe184d0453dc4a5f3bc52110ab239dcab9af4bec036c8e323753b1a8d0
3
  size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c24ff4df0d1b4b0d888e8fadbdccd1d2e9e944c27aa45ddfdd7ab1ab03c1142
3
  size 437958648