rambodazimi commited on
Commit
cdb0068
1 Parent(s): 478fce1

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
+ - accuracy
9
+ model-index:
10
+ - name: distilroberta-base-finetuned-LoRA-SST2
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ args: sst2
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.9231651376146789
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-sst2
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
+ - Accuracy: 0.9232
33
+ - trainable model parameters: 887042
34
+ - all model parameters: 83006980
35
+ - percentage of trainable model parameters: 1.07%
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: 16
48
+ - lora_alpha: 32
49
+ - lora_dropout: 0.05
50
+ - num_epochs: 5