rambodazimi commited on
Commit
e73e16f
·
verified ·
1 Parent(s): 00273f2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - glue
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ model-index:
11
+ - name: bert-base-uncased-finetuned-LoRA-MRPC
12
+ results:
13
+ - task:
14
+ name: Text Classification
15
+ type: text-classification
16
+ dataset:
17
+ name: glue
18
+ type: glue
19
+ args: mrpc
20
+ metrics:
21
+ - name: Accuracy
22
+ type: accuracy
23
+ value: 0.8602941176470589
24
+ - name: F1
25
+ type: f1
26
+ value: 0.8998242530755711
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # bert-base-uncased-finetuned-lora-mrpc
33
+
34
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the glue dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Accuracy: 0.8603
37
+ - F1: 0.8998
38
+ - trainable model parameters: 1181186
39
+ - all model parameters: 110664964
40
+ - percentage of trainable model parameters: 1.07%
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 5e-04
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - weight_decay: 0.01
52
+ - rank: 32
53
+ - lora_alpha: 32
54
+ - lora_dropout: 32
55
+ - num_epochs: 5