rambodazimi commited on
Commit
c21e6e1
·
verified ·
1 Parent(s): d3ccb86

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: deberta-v3-base-finetuned-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.8872549019607843
24
+ - name: F1
25
+ type: f1
26
+ value: 0.9190140845070423
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
+ # deberta-v3-base-finetuned-mrpc
33
+
34
+ This model is a fine-tuned version of [deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on the glue dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Accuracy: 0.8873
37
+ - F1: 0.9190
38
+
39
+ ## Training procedure
40
+
41
+ ### Training hyperparameters
42
+
43
+ The following hyperparameters were used during training:
44
+ - learning_rate: 5e-05
45
+ - train_batch_size: 16
46
+ - eval_batch_size: 16
47
+ - seed: 42
48
+ - weight_decay: 0.01
49
+ - num_epochs: 5