yongsun-yoon commited on
Commit
6f0df3b
1 Parent(s): 4b74a15

Upload XLMRobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +66 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "../models/entity_fewnerd_coarse",
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-art",
16
+ "2": "I-art",
17
+ "3": "B-building",
18
+ "4": "I-building",
19
+ "5": "B-event",
20
+ "6": "I-event",
21
+ "7": "B-location",
22
+ "8": "I-location",
23
+ "9": "B-organization",
24
+ "10": "I-organization",
25
+ "11": "B-other",
26
+ "12": "I-other",
27
+ "13": "B-person",
28
+ "14": "I-person",
29
+ "15": "B-product",
30
+ "16": "I-product"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "B-art": 1,
36
+ "B-building": 3,
37
+ "B-event": 5,
38
+ "B-location": 7,
39
+ "B-organization": 9,
40
+ "B-other": 11,
41
+ "B-person": 13,
42
+ "B-product": 15,
43
+ "I-art": 2,
44
+ "I-building": 4,
45
+ "I-event": 6,
46
+ "I-location": 8,
47
+ "I-organization": 10,
48
+ "I-other": 12,
49
+ "I-person": 14,
50
+ "I-product": 16,
51
+ "O": 0
52
+ },
53
+ "layer_norm_eps": 1e-05,
54
+ "max_position_embeddings": 514,
55
+ "model_type": "xlm-roberta",
56
+ "num_attention_heads": 12,
57
+ "num_hidden_layers": 12,
58
+ "output_past": true,
59
+ "pad_token_id": 1,
60
+ "position_embedding_type": "absolute",
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.26.1",
63
+ "type_vocab_size": 1,
64
+ "use_cache": true,
65
+ "vocab_size": 250002
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9b08d68d90d1ea805ea47941bc6467abb72eec2d91cd63928757b6f67c42041
3
+ size 1109935601