rambodazimi commited on
Commit
cbc3da0
·
verified ·
1 Parent(s): 378128f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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: distilroberta-base-finetuned-LoRA-CoLA
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ args: cola
19
+ metrics:
20
+ - name: Matthews Correlation
21
+ type: matthews_correlation
22
+ value: 0.547116568580723
23
+ ---
24
+
25
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
26
+ should probably proofread and complete it, then remove this comment. -->
27
+
28
+ # distilroberta-base-finetuned-lora-cola
29
+
30
+ This model is a fine-tuned version of [distilroberta-base](https://huggingface.co/distilbert/distilroberta-base) on the glue dataset.
31
+ It achieves the following results on the evaluation set:
32
+ - Matthews Correlation: 0.5471
33
+ - trainable model parameters: 739586
34
+ - all model parameters: 82859524
35
+ - percentage of trainable model parameters: 0.89%
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-04
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
+ - seed: 42
46
+ - weight_decay: 0.01
47
+ - rank: 8
48
+ - lora_alpha: 16
49
+ - lora_dropout: 0.05
50
+ - num_epochs: 5