DunnBC22 commited on
Commit
ae0d726
·
1 Parent(s): ff920e6

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - token-classification
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: xlnet-base-cased-finetuned-WikiCorpus-PoS
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # xlnet-base-cased-finetuned-WikiCorpus-PoS
15
+
16
+ This model is a fine-tuned version of [xlnet-base-cased](https://huggingface.co/xlnet-base-cased) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0949
19
+ - Loc: {'precision': 0.9289891395154553, 'recall': 0.9336691855583543, 'f1': 0.931323283082077, 'number': 5955}
20
+ - Misc: {'precision': 0.8191960332920134, 'recall': 0.9140486069946651, 'f1': 0.8640268957788569, 'number': 5061}
21
+ - Org: {'precision': 0.9199886104783599, 'recall': 0.9367932734125833, 'f1': 0.9283148972848728, 'number': 3449}
22
+ - Per: {'precision': 0.9687377113645301, 'recall': 0.9456813819577735, 'f1': 0.9570707070707071, 'number': 5210}
23
+ - Overall Precision: 0.9068
24
+ - Overall Recall: 0.9324
25
+ - Overall F1: 0.9194
26
+ - Overall Accuracy: 0.9904
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: 16
47
+ - eval_batch_size: 16
48
+ - seed: 42
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - num_epochs: 2
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss | Loc | Misc | Org | Per | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
56
+ |:-------------:|:-----:|:-----:|:---------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------:|:-----------------:|:--------------:|:----------:|:----------------:|
57
+ | 0.1119 | 1.0 | 5795 | 0.1067 | {'precision': 0.9053637984119267, 'recall': 0.9382031905961377, 'f1': 0.9214910110506349, 'number': 5955} | {'precision': 0.7967393230551125, 'recall': 0.8883619837976684, 'f1': 0.8400597907324365, 'number': 5061} | {'precision': 0.911225658648339, 'recall': 0.9225862568860539, 'f1': 0.9168707679008787, 'number': 3449} | {'precision': 0.958470156461271, 'recall': 0.9523992322456813, 'f1': 0.9554250505439492, 'number': 5210} | 0.8899 | 0.9264 | 0.9078 | 0.9887 |
58
+ | 0.0724 | 2.0 | 11590 | 0.0949 | {'precision': 0.9289891395154553, 'recall': 0.9336691855583543, 'f1': 0.931323283082077, 'number': 5955} | {'precision': 0.8191960332920134, 'recall': 0.9140486069946651, 'f1': 0.8640268957788569, 'number': 5061} | {'precision': 0.9199886104783599, 'recall': 0.9367932734125833, 'f1': 0.9283148972848728, 'number': 3449} | {'precision': 0.9687377113645301, 'recall': 0.9456813819577735, 'f1': 0.9570707070707071, 'number': 5210} | 0.9068 | 0.9324 | 0.9194 | 0.9904 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.28.1
64
+ - Pytorch 2.0.0
65
+ - Datasets 2.11.0
66
+ - Tokenizers 0.13.3