asahi417 commited on
Commit
893032f
1 Parent(s): b191547
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 2,
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-location",
16
+ "2": "I-location",
17
+ "3": "B-group",
18
+ "4": "B-corporation",
19
+ "5": "B-person",
20
+ "6": "B-work of art",
21
+ "7": "B-product",
22
+ "8": "I-person",
23
+ "9": "I-work of art",
24
+ "10": "I-corporation",
25
+ "11": "I-group",
26
+ "12": "I-product"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "B-corporation": 4,
32
+ "B-group": 3,
33
+ "B-location": 1,
34
+ "B-person": 5,
35
+ "B-product": 7,
36
+ "B-work of art": 6,
37
+ "I-corporation": 10,
38
+ "I-group": 11,
39
+ "I-location": 2,
40
+ "I-person": 8,
41
+ "I-product": 12,
42
+ "I-work of art": 9,
43
+ "O": 0
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "max_position_embeddings": 514,
47
+ "model_type": "xlm-roberta",
48
+ "num_attention_heads": 12,
49
+ "num_hidden_layers": 12,
50
+ "output_past": true,
51
+ "pad_token_id": 1,
52
+ "type_vocab_size": 1,
53
+ "vocab_size": 250002
54
+ }
parameter.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"dataset": ["wnut2017"], "transformers_model": "xlm-roberta-base", "random_seed": 1234, "lr": 1e-05, "total_step": 13000, "warmup_step": 700, "weight_decay": 1e-07, "batch_size": 16, "max_seq_length": 128, "fp16": false, "max_grad_norm": 1.0, "lower_case": true}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7854aff6432ce114feaf898975427997306b6140293995f95852d78a8d35c9ba
3
+ size 1109937549
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
test_bc5cdr_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 0.0, "recall": 0.0, "precision": 0.0, "summary": ""}, "test": {"f1": 0.0, "recall": 0.0, "precision": 0.0, "summary": ""}}
test_bionlp2004_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 0.0, "recall": 0.0, "precision": 0.0, "summary": ""}}
test_conll2003_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 77.90125193416796, "recall": 75.73851203501094, "precision": 80.19113814074717, "summary": " precision recall f1-score support\n\n entity 0.80 0.76 0.78 3656\n\n micro avg 0.80 0.76 0.78 3656\n macro avg 0.80 0.76 0.78 3656\nweighted avg 0.80 0.76 0.78 3656\n"}, "test": {"f1": 73.01136363636364, "recall": 70.82057562767912, "precision": 75.34201954397393, "summary": " precision recall f1-score support\n\n entity 0.75 0.71 0.73 3266\n\n micro avg 0.75 0.71 0.73 3266\n macro avg 0.75 0.71 0.73 3266\nweighted avg 0.75 0.71 0.73 3266\n"}}
test_fin_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 21.132075471698116, "recall": 13.793103448275861, "precision": 45.16129032258064, "summary": " precision recall f1-score support\n\n entity 0.45 0.14 0.21 203\n\n micro avg 0.45 0.14 0.21 203\n macro avg 0.45 0.14 0.21 203\nweighted avg 0.45 0.14 0.21 203\n"}}
test_mit_movie_trivia_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 0.0, "recall": 0.0, "precision": 0.0, "summary": ""}}
test_mit_restaurant_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 20.362381363244175, "recall": 14.532019704433496, "precision": 34.00576368876081, "summary": " precision recall f1-score support\n\n entity 0.34 0.15 0.20 812\n\n micro avg 0.34 0.15 0.20 812\n macro avg 0.34 0.15 0.20 812\nweighted avg 0.34 0.15 0.20 812\n"}}
test_ontonotes5_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 37.794928335170894, "recall": 52.28798047589994, "precision": 29.59254143646409, "summary": " precision recall f1-score support\n\n entity 0.30 0.52 0.38 3278\n\n micro avg 0.30 0.52 0.38 3278\n macro avg 0.30 0.52 0.38 3278\nweighted avg 0.30 0.52 0.38 3278\n"}, "test": {"f1": 38.0477862076775, "recall": 51.69230769230769, "precision": 30.102132234366604, "summary": " precision recall f1-score support\n\n entity 0.30 0.52 0.38 3250\n\n micro avg 0.30 0.52 0.38 3250\n macro avg 0.30 0.52 0.38 3250\nweighted avg 0.30 0.52 0.38 3250\n"}}
test_panx_dataset-en_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 50.610141475035256, "recall": 55.190329763545755, "precision": 46.73190878075059, "summary": " precision recall f1-score support\n\n entity 0.47 0.55 0.51 9431\n\n micro avg 0.47 0.55 0.51 9431\n macro avg 0.47 0.55 0.51 9431\nweighted avg 0.47 0.55 0.51 9431\n"}, "test": {"f1": 49.08079101659545, "recall": 54.04311193784878, "precision": 44.953126422135256, "summary": " precision recall f1-score support\n\n entity 0.45 0.54 0.49 9139\n\n micro avg 0.45 0.54 0.49 9139\n macro avg 0.45 0.54 0.49 9139\nweighted avg 0.45 0.54 0.49 9139\n"}}
test_wnut2017_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 57.68707482993196, "recall": 50.717703349282296, "precision": 66.8769716088328, "summary": " precision recall f1-score support\n\n corporation 0.29 0.24 0.26 34\n group 0.27 0.36 0.31 39\n location 0.63 0.55 0.59 74\n person 0.83 0.64 0.72 470\n product 0.57 0.32 0.41 114\n work of art 0.36 0.21 0.27 105\n\n micro avg 0.67 0.51 0.58 836\n macro avg 0.49 0.39 0.43 836\nweighted avg 0.67 0.51 0.57 836\n"}, "test": {"f1": 45.69460390355912, "recall": 36.954503249767875, "precision": 59.849624060150376, "summary": " precision recall f1-score support\n\n corporation 0.33 0.29 0.31 66\n group 0.34 0.18 0.24 165\n location 0.60 0.45 0.51 150\n person 0.80 0.52 0.63 428\n product 0.39 0.19 0.25 127\n work of art 0.53 0.25 0.34 141\n\n micro avg 0.60 0.37 0.46 1077\n macro avg 0.50 0.31 0.38 1077\nweighted avg 0.59 0.37 0.45 1077\n"}}
test_wnut2017_span_lower.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"valid": {"f1": 68.30265848670757, "recall": 59.928229665071775, "precision": 79.39778129952457, "summary": " precision recall f1-score support\n\n entity 0.79 0.60 0.68 836\n\n micro avg 0.79 0.60 0.68 836\n macro avg 0.79 0.60 0.68 836\nweighted avg 0.79 0.60 0.68 836\n"}, "test": {"f1": 57.505773672055426, "recall": 46.239554317548745, "precision": 76.03053435114504, "summary": " precision recall f1-score support\n\n entity 0.76 0.46 0.58 1077\n\n micro avg 0.76 0.46 0.58 1077\n macro avg 0.76 0.46 0.58 1077\nweighted avg 0.76 0.46 0.58 1077\n"}}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "model_max_length": 512, "name_or_path": "xlm-roberta-base"}