shenbinqian commited on
Commit
cecc8da
1 Parent(s): bcec248

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +88 -0
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - precision
7
+ - recall
8
+ - f1
9
+ - accuracy
10
+ model-index:
11
+ - name: roberta-large-finetuned-abbr-finetuned-ner
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # roberta-large-finetuned-abbr-finetuned-ner
19
+
20
+ This model is a fine-tuned version of [surrey-nlp/roberta-large-finetuned-abbr](https://huggingface.co/surrey-nlp/roberta-large-finetuned-abbr) on the None dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 0.1392
23
+ - Precision: 0.9699
24
+ - Recall: 0.9660
25
+ - F1: 0.9679
26
+ - Accuracy: 0.9645
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 2e-05
46
+ - train_batch_size: 4
47
+ - eval_batch_size: 4
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 6
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
56
+ |:-------------:|:-----:|:------:|:---------------:|:---------:|:------:|:------:|:--------:|
57
+ | 0.1169 | 0.25 | 7000 | 0.1114 | 0.9639 | 0.9581 | 0.9610 | 0.9575 |
58
+ | 0.1171 | 0.5 | 14000 | 0.1150 | 0.9655 | 0.9534 | 0.9594 | 0.9554 |
59
+ | 0.1202 | 0.75 | 21000 | 0.1058 | 0.9644 | 0.9578 | 0.9611 | 0.9575 |
60
+ | 0.1105 | 0.99 | 28000 | 0.1098 | 0.9664 | 0.9549 | 0.9606 | 0.9566 |
61
+ | 0.0935 | 1.24 | 35000 | 0.1270 | 0.9643 | 0.9570 | 0.9606 | 0.9570 |
62
+ | 0.0999 | 1.49 | 42000 | 0.1112 | 0.9626 | 0.9605 | 0.9615 | 0.9580 |
63
+ | 0.0948 | 1.74 | 49000 | 0.1114 | 0.9670 | 0.9606 | 0.9638 | 0.9603 |
64
+ | 0.1015 | 1.99 | 56000 | 0.1146 | 0.9680 | 0.9589 | 0.9634 | 0.9597 |
65
+ | 0.0816 | 2.24 | 63000 | 0.1244 | 0.9670 | 0.9607 | 0.9638 | 0.9603 |
66
+ | 0.0855 | 2.49 | 70000 | 0.1107 | 0.9675 | 0.9623 | 0.9649 | 0.9614 |
67
+ | 0.0814 | 2.73 | 77000 | 0.1047 | 0.9661 | 0.9630 | 0.9645 | 0.9611 |
68
+ | 0.0827 | 2.98 | 84000 | 0.1082 | 0.9665 | 0.9631 | 0.9648 | 0.9614 |
69
+ | 0.0655 | 3.23 | 91000 | 0.1485 | 0.9690 | 0.9615 | 0.9653 | 0.9618 |
70
+ | 0.0631 | 3.48 | 98000 | 0.1314 | 0.9683 | 0.9639 | 0.9661 | 0.9627 |
71
+ | 0.0667 | 3.73 | 105000 | 0.1164 | 0.9683 | 0.9643 | 0.9663 | 0.9629 |
72
+ | 0.0652 | 3.98 | 112000 | 0.1297 | 0.9681 | 0.9653 | 0.9667 | 0.9633 |
73
+ | 0.0485 | 4.23 | 119000 | 0.1441 | 0.9697 | 0.9645 | 0.9671 | 0.9636 |
74
+ | 0.0505 | 4.47 | 126000 | 0.1350 | 0.9700 | 0.9651 | 0.9675 | 0.9642 |
75
+ | 0.0498 | 4.72 | 133000 | 0.1243 | 0.9691 | 0.9657 | 0.9674 | 0.9640 |
76
+ | 0.0463 | 4.97 | 140000 | 0.1392 | 0.9699 | 0.9660 | 0.9679 | 0.9645 |
77
+ | 0.0371 | 5.22 | 147000 | 0.1527 | 0.9709 | 0.9658 | 0.9683 | 0.9649 |
78
+ | 0.0363 | 5.47 | 154000 | 0.1490 | 0.9703 | 0.9667 | 0.9685 | 0.9651 |
79
+ | 0.0341 | 5.72 | 161000 | 0.1538 | 0.9712 | 0.9666 | 0.9689 | 0.9656 |
80
+ | 0.0338 | 5.97 | 168000 | 0.1488 | 0.9705 | 0.9668 | 0.9687 | 0.9653 |
81
+
82
+
83
+ ### Framework versions
84
+
85
+ - Transformers 4.16.2
86
+ - Pytorch 1.11.0
87
+ - Datasets 2.1.0
88
+ - Tokenizers 0.10.3