nicolauduran45
commited on
Upload XLMRobertaForTokenClassification
Browse files- config.json +62 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/SIRIS Projects/04. GRANTS R&D/02-Implementation/2023Building reliable author- and institution-level curation tools for performing accurate analyses on scientific catalogues/2023AffilGood/NER for Affiliation Entity/01 - further pre-training RoBERTa for affiliation language/models/xlm-roberta-base-affilraw-10M/checkpoint-25000",
|
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 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "O",
|
15 |
+
"1": "B-ADDRESS",
|
16 |
+
"2": "B-CITY",
|
17 |
+
"3": "B-COUNTRY",
|
18 |
+
"4": "B-ORG",
|
19 |
+
"5": "B-POSTALCODE",
|
20 |
+
"6": "B-REGION",
|
21 |
+
"7": "B-SUB",
|
22 |
+
"8": "I-ADDRESS",
|
23 |
+
"9": "I-CITY",
|
24 |
+
"10": "I-COUNTRY",
|
25 |
+
"11": "I-ORG",
|
26 |
+
"12": "I-POSTALCODE",
|
27 |
+
"13": "I-REGION",
|
28 |
+
"14": "I-SUB"
|
29 |
+
},
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"intermediate_size": 3072,
|
32 |
+
"label2id": {
|
33 |
+
"B-ADDRESS": 1,
|
34 |
+
"B-CITY": 2,
|
35 |
+
"B-COUNTRY": 3,
|
36 |
+
"B-ORG": 4,
|
37 |
+
"B-POSTALCODE": 5,
|
38 |
+
"B-REGION": 6,
|
39 |
+
"B-SUB": 7,
|
40 |
+
"I-ADDRESS": 8,
|
41 |
+
"I-CITY": 9,
|
42 |
+
"I-COUNTRY": 10,
|
43 |
+
"I-ORG": 11,
|
44 |
+
"I-POSTALCODE": 12,
|
45 |
+
"I-REGION": 13,
|
46 |
+
"I-SUB": 14,
|
47 |
+
"O": 0
|
48 |
+
},
|
49 |
+
"layer_norm_eps": 1e-05,
|
50 |
+
"max_position_embeddings": 514,
|
51 |
+
"model_type": "xlm-roberta",
|
52 |
+
"num_attention_heads": 12,
|
53 |
+
"num_hidden_layers": 12,
|
54 |
+
"output_past": true,
|
55 |
+
"pad_token_id": 1,
|
56 |
+
"position_embedding_type": "absolute",
|
57 |
+
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.35.2",
|
59 |
+
"type_vocab_size": 1,
|
60 |
+
"use_cache": true,
|
61 |
+
"vocab_size": 250002
|
62 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e14ad33f948590b9c60a5ebc43df1dd97167468774ff4aa650d1eee04936a47
|
3 |
+
size 1109882412
|