rambodazimi commited on
Commit
a10d2d2
·
verified ·
1 Parent(s): 5ccd587

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-RTE
11
+ results:
12
+ - task:
13
+ name: Text Classification
14
+ type: text-classification
15
+ dataset:
16
+ name: glue
17
+ type: glue
18
+ args: rte
19
+ metrics:
20
+ - name: Accuracy
21
+ type: accuracy
22
+ value: 0.6209386281588448
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-rte
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.6209
33
+ - trainable model parameters: 1181954
34
+ - all model parameters: 83301892
35
+ - percentage of trainable model parameters: 1.42%
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: 32
48
+ - lora_alpha: 16
49
+ - lora_dropout: 0.05
50
+ - num_epochs: 4