domenicrosati commited on
Commit
94d7b78
1 Parent(s): 5a2c1eb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - fill-mask
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: deberta-mlm-test
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # deberta-mlm-test
17
+
18
+ This model is a fine-tuned version of [microsoft/deberta-v3-xsmall](https://huggingface.co/microsoft/deberta-v3-xsmall) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.2792
21
+ - Accuracy: 0.4766
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 5e-05
41
+ - train_batch_size: 16
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - num_epochs: 5
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 4.4466 | 1.0 | 2067 | 4.1217 | 0.3847 |
54
+ | 3.9191 | 2.0 | 4134 | 3.6562 | 0.4298 |
55
+ | 3.6397 | 3.0 | 6201 | 3.4417 | 0.4550 |
56
+ | 3.522 | 4.0 | 8268 | 3.3239 | 0.4692 |
57
+ | 3.4504 | 5.0 | 10335 | 3.2792 | 0.4766 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.20.1
63
+ - Pytorch 1.11.0a0+17540c5
64
+ - Datasets 2.3.2
65
+ - Tokenizers 0.12.1