domenicrosati commited on
Commit
856d673
1 Parent(s): 571d281

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - text-classification
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ - f1
9
+ model-index:
10
+ - name: deberta-v3-large-dapt-tapt-scientific-papers-pubmed-finetuned-DAGPap22
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # deberta-v3-large-dapt-tapt-scientific-papers-pubmed-finetuned-DAGPap22
18
+
19
+ This model is a fine-tuned version of [domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed-tapt](https://huggingface.co/domenicrosati/deberta-v3-large-dapt-scientific-papers-pubmed-tapt) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0002
22
+ - Accuracy: 0.9998
23
+ - F1: 0.9999
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 6e-06
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_steps: 50
49
+ - num_epochs: 12
50
+ - mixed_precision_training: Native AMP
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
56
+ | 0.1884 | 1.0 | 669 | 0.0248 | 0.9951 | 0.9964 |
57
+ | 0.0494 | 2.0 | 1338 | 0.0084 | 0.9987 | 0.9990 |
58
+ | 0.0199 | 3.0 | 2007 | 0.0051 | 0.9991 | 0.9993 |
59
+ | 0.0079 | 4.0 | 2676 | 0.0030 | 0.9993 | 0.9995 |
60
+ | 0.0 | 5.0 | 3345 | 0.0026 | 0.9994 | 0.9996 |
61
+ | 0.0 | 6.0 | 4014 | 0.0014 | 0.9996 | 0.9997 |
62
+ | 0.0 | 7.0 | 4683 | 0.0015 | 0.9996 | 0.9997 |
63
+ | 0.0 | 8.0 | 5352 | 0.0011 | 0.9996 | 0.9997 |
64
+ | 0.0143 | 9.0 | 6021 | 0.0000 | 1.0 | 1.0 |
65
+ | 0.0 | 10.0 | 6690 | 0.0035 | 0.9991 | 0.9993 |
66
+ | 0.0 | 11.0 | 7359 | 0.0004 | 0.9998 | 0.9999 |
67
+ | 0.0 | 12.0 | 8028 | 0.0002 | 0.9998 | 0.9999 |
68
+
69
+
70
+ ### Framework versions
71
+
72
+ - Transformers 4.18.0
73
+ - Pytorch 1.11.0
74
+ - Datasets 2.1.0
75
+ - Tokenizers 0.12.1