asahi417 commited on
Commit
e461df4
1 Parent(s): 918817a
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-large",
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": 1024,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-organization",
16
+ "2": "I-organization",
17
+ "3": "B-location",
18
+ "4": "I-location",
19
+ "5": "B-person",
20
+ "6": "I-person",
21
+ "7": "B-other"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 4096,
25
+ "label2id": {
26
+ "B-location": 3,
27
+ "B-organization": 1,
28
+ "B-other": 7,
29
+ "B-person": 5,
30
+ "I-location": 4,
31
+ "I-organization": 2,
32
+ "I-person": 6,
33
+ "O": 0
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_position_embeddings": 514,
37
+ "model_type": "xlm-roberta",
38
+ "num_attention_heads": 16,
39
+ "num_hidden_layers": 24,
40
+ "output_past": true,
41
+ "pad_token_id": 1,
42
+ "type_vocab_size": 1,
43
+ "vocab_size": 250002
44
+ }
parameter.json ADDED
@@ -0,0 +1 @@
 
1
+ {"dataset": ["fin"], "transformers_model": "xlm-roberta-large", "random_seed": 1234, "lr": 1e-05, "total_step": 5000, "warmup_step": 700, "weight_decay": 1e-07, "batch_size": 32, "max_seq_length": 128, "fp16": false, "max_grad_norm": 1.0, "lower_case": false}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c20ae46684514d5d3b41a059dcc9110bfcfbad207b98dcd2e999187707a72ce
3
+ size 2235558708
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.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.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 0.0, "recall": 0.0, "precision": 0.0, "summary": ""}}
test_conll2003_span.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 76.67838312829525, "recall": 73.63713080168776, "precision": 79.98166819431714, "summary": " precision recall f1-score support\n\n entity 0.80 0.74 0.77 5925\n\n micro avg 0.80 0.74 0.77 5925\n macro avg 0.80 0.74 0.77 5925\nweighted avg 0.80 0.74 0.77 5925\n"}, "test": {"f1": 73.21329125672916, "recall": 70.01597727676194, "precision": 76.71659210270376, "summary": " precision recall f1-score support\n\n entity 0.77 0.70 0.73 5633\n\n micro avg 0.77 0.70 0.73 5633\n macro avg 0.77 0.70 0.73 5633\nweighted avg 0.77 0.70 0.73 5633\n"}}
test_fin.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 76.48114901256733, "recall": 82.55813953488372, "precision": 71.23745819397993, "accuracy": 98.74412807976225, "summary": " precision recall f1-score support\n\n location 0.37 0.66 0.47 35\norganization 0.38 0.48 0.42 50\n other 1.00 0.33 0.50 6\n person 0.96 0.98 0.97 167\n\n micro avg 0.71 0.83 0.76 258\n macro avg 0.68 0.61 0.59 258\nweighted avg 0.77 0.83 0.79 258\n"}}
test_fin_span.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 82.05128205128204, "recall": 86.82170542635659, "precision": 77.77777777777779, "accuracy": 98.98379829354808, "summary": " precision recall f1-score support\n\n entity 0.78 0.87 0.82 258\n\n micro avg 0.78 0.87 0.82 258\n macro avg 0.78 0.87 0.82 258\nweighted avg 0.78 0.87 0.82 258\n"}}
test_ontonotes5_span.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 49.05729119227617, "recall": 68.24632539280285, "precision": 38.290914261339395, "accuracy": 95.37225386493084, "summary": " precision recall f1-score support\n\n entity 0.38 0.68 0.49 3946\n\n micro avg 0.38 0.68 0.49 3946\n macro avg 0.38 0.68 0.49 3946\nweighted avg 0.38 0.68 0.49 3946\n"}, "test": {"f1": 48.25391051291378, "recall": 67.01187168476888, "precision": 37.700724740656526, "accuracy": 95.45764311176347, "summary": " precision recall f1-score support\n\n entity 0.38 0.67 0.48 3959\n\n micro avg 0.38 0.67 0.48 3959\n macro avg 0.38 0.67 0.48 3959\nweighted avg 0.38 0.67 0.48 3959\n"}}
test_panx_dataset-en_span.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 59.38748335552595, "recall": 61.615302869287994, "precision": 57.31514432582048, "accuracy": 80.91770028087792, "summary": " precision recall f1-score support\n\n entity 0.57 0.62 0.59 14115\n\n micro avg 0.57 0.62 0.59 14115\n macro avg 0.57 0.62 0.59 14115\nweighted avg 0.57 0.62 0.59 14115\n"}, "test": {"f1": 58.99016484277602, "recall": 61.29984165826976, "precision": 56.848217861433724, "accuracy": 81.04560484122528, "summary": " precision recall f1-score support\n\n entity 0.57 0.61 0.59 13894\n\n micro avg 0.57 0.61 0.59 13894\n macro avg 0.57 0.61 0.59 13894\nweighted avg 0.57 0.61 0.59 13894\n"}}
test_wnut2017_span.json ADDED
@@ -0,0 +1 @@
 
1
+ {"valid": {"f1": 70.14652014652015, "recall": 70.40441176470588, "precision": 69.8905109489051, "accuracy": 97.67678696454713, "summary": " precision recall f1-score support\n\n entity 0.70 0.70 0.70 544\n\n micro avg 0.70 0.70 0.70 544\n macro avg 0.70 0.70 0.70 544\nweighted avg 0.70 0.70 0.70 544\n"}, "test": {"f1": 60.98859315589353, "recall": 69.37716262975778, "precision": 54.409769335142464, "accuracy": 97.2910987061318, "summary": " precision recall f1-score support\n\n entity 0.54 0.69 0.61 578\n\n micro avg 0.54 0.69 0.61 578\n macro avg 0.54 0.69 0.61 578\nweighted avg 0.54 0.69 0.61 578\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-large"}