JFS7 commited on
Commit
4ce802b
1 Parent(s): 583aee9
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ base_model: google-bert/bert-base-cased
6
+ tags:
7
+ - generated_from_trainer
8
+ datasets:
9
+ - glue
10
+ metrics:
11
+ - accuracy
12
+ - f1
13
+ model-index:
14
+ - name: bert_finetuning_test
15
+ results:
16
+ - task:
17
+ name: Text Classification
18
+ type: text-classification
19
+ dataset:
20
+ name: GLUE MRPC
21
+ type: glue
22
+ args: mrpc
23
+ metrics:
24
+ - name: Accuracy
25
+ type: accuracy
26
+ value: 0.8308823529411765
27
+ - name: F1
28
+ type: f1
29
+ value: 0.8812392426850258
30
+ ---
31
+
32
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
33
+ should probably proofread and complete it, then remove this comment. -->
34
+
35
+ # bert_finetuning_test
36
+
37
+ This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on the GLUE MRPC dataset.
38
+ It achieves the following results on the evaluation set:
39
+ - Loss: 0.7261
40
+ - Accuracy: 0.8309
41
+ - F1: 0.8812
42
+ - Combined Score: 0.8561
43
+
44
+ ## Model description
45
+
46
+ More information needed
47
+
48
+ ## Intended uses & limitations
49
+
50
+ More information needed
51
+
52
+ ## Training and evaluation data
53
+
54
+ More information needed
55
+
56
+ ## Training procedure
57
+
58
+ ### Training hyperparameters
59
+
60
+ The following hyperparameters were used during training:
61
+ - learning_rate: 5e-05
62
+ - train_batch_size: 8
63
+ - eval_batch_size: 8
64
+ - seed: 42
65
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
66
+ - lr_scheduler_type: linear
67
+ - num_epochs: 3.0
68
+
69
+ ### Training results
70
+
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.41.0.dev0
76
+ - Pytorch 2.3.0+cpu
77
+ - Datasets 2.19.0
78
+ - Tokenizers 0.19.1