anonymoussubmissions
commited on
Commit
•
b918613
1
Parent(s):
2e875b3
Upload XLMRobertaForTokenClassification
Browse files- config.json +107 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "asahi417/tner-xlm-roberta-large-ontonotes5",
|
3 |
+
"architectures": [
|
4 |
+
"XLMRobertaForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"gradient_checkpointing": false,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 1024,
|
14 |
+
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "B-cardinal number",
|
17 |
+
"2": "B-date",
|
18 |
+
"3": "I-date",
|
19 |
+
"4": "B-person",
|
20 |
+
"5": "I-person",
|
21 |
+
"6": "B-group",
|
22 |
+
"7": "B-geopolitical area",
|
23 |
+
"8": "I-geopolitical area",
|
24 |
+
"9": "B-law",
|
25 |
+
"10": "I-law",
|
26 |
+
"11": "B-organization",
|
27 |
+
"12": "I-organization",
|
28 |
+
"13": "B-percent",
|
29 |
+
"14": "I-percent",
|
30 |
+
"15": "B-ordinal number",
|
31 |
+
"16": "B-money",
|
32 |
+
"17": "I-money",
|
33 |
+
"18": "B-work of art",
|
34 |
+
"19": "I-work of art",
|
35 |
+
"20": "B-facility",
|
36 |
+
"21": "B-time",
|
37 |
+
"22": "I-cardinal number",
|
38 |
+
"23": "B-location",
|
39 |
+
"24": "B-quantity",
|
40 |
+
"25": "I-quantity",
|
41 |
+
"26": "I-group",
|
42 |
+
"27": "I-location",
|
43 |
+
"28": "B-product",
|
44 |
+
"29": "I-time",
|
45 |
+
"30": "B-event",
|
46 |
+
"31": "I-event",
|
47 |
+
"32": "I-facility",
|
48 |
+
"33": "B-language",
|
49 |
+
"34": "I-product",
|
50 |
+
"35": "I-ordinal number",
|
51 |
+
"36": "I-language"
|
52 |
+
},
|
53 |
+
"initializer_range": 0.02,
|
54 |
+
"intermediate_size": 4096,
|
55 |
+
"label2id": {
|
56 |
+
"B-cardinal number": 1,
|
57 |
+
"B-date": 2,
|
58 |
+
"B-event": 30,
|
59 |
+
"B-facility": 20,
|
60 |
+
"B-geopolitical area": 7,
|
61 |
+
"B-group": 6,
|
62 |
+
"B-language": 33,
|
63 |
+
"B-law": 9,
|
64 |
+
"B-location": 23,
|
65 |
+
"B-money": 16,
|
66 |
+
"B-ordinal number": 15,
|
67 |
+
"B-organization": 11,
|
68 |
+
"B-percent": 13,
|
69 |
+
"B-person": 4,
|
70 |
+
"B-product": 28,
|
71 |
+
"B-quantity": 24,
|
72 |
+
"B-time": 21,
|
73 |
+
"B-work of art": 18,
|
74 |
+
"I-cardinal number": 22,
|
75 |
+
"I-date": 3,
|
76 |
+
"I-event": 31,
|
77 |
+
"I-facility": 32,
|
78 |
+
"I-geopolitical area": 8,
|
79 |
+
"I-group": 26,
|
80 |
+
"I-language": 36,
|
81 |
+
"I-law": 10,
|
82 |
+
"I-location": 27,
|
83 |
+
"I-money": 17,
|
84 |
+
"I-ordinal number": 35,
|
85 |
+
"I-organization": 12,
|
86 |
+
"I-percent": 14,
|
87 |
+
"I-person": 5,
|
88 |
+
"I-product": 34,
|
89 |
+
"I-quantity": 25,
|
90 |
+
"I-time": 29,
|
91 |
+
"I-work of art": 19,
|
92 |
+
"O": 0
|
93 |
+
},
|
94 |
+
"layer_norm_eps": 1e-05,
|
95 |
+
"max_position_embeddings": 514,
|
96 |
+
"model_type": "xlm-roberta",
|
97 |
+
"num_attention_heads": 16,
|
98 |
+
"num_hidden_layers": 24,
|
99 |
+
"output_past": true,
|
100 |
+
"pad_token_id": 1,
|
101 |
+
"position_embedding_type": "absolute",
|
102 |
+
"torch_dtype": "float32",
|
103 |
+
"transformers_version": "4.26.1",
|
104 |
+
"type_vocab_size": 1,
|
105 |
+
"use_cache": true,
|
106 |
+
"vocab_size": 250002
|
107 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61b9a6264487f44a539da2088427d756f03577af4cb4d2ac30c483346998efec
|
3 |
+
size 2235651569
|