likhithasapu commited on
Commit
5974864
1 Parent(s): a06c561

Upload XLMRobertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "likhithasapu/gcm-xlmr-v2",
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": "X",
15
+ "1": "PROPN",
16
+ "2": "ADJ",
17
+ "3": "PART",
18
+ "4": "NOUN",
19
+ "5": "PRON",
20
+ "6": "VERB",
21
+ "7": "PART_NEG",
22
+ "8": "PRON_WH",
23
+ "9": "ADP",
24
+ "10": "CONJ",
25
+ "11": "DET",
26
+ "12": "ADV",
27
+ "13": "NUM",
28
+ "14": ""
29
+ },
30
+ "initializer_range": 0.02,
31
+ "intermediate_size": 3072,
32
+ "label2id": {
33
+ "": 14,
34
+ "ADJ": 2,
35
+ "ADP": 9,
36
+ "ADV": 12,
37
+ "CONJ": 10,
38
+ "DET": 11,
39
+ "NOUN": 4,
40
+ "NUM": 13,
41
+ "PART": 3,
42
+ "PART_NEG": 7,
43
+ "PRON": 5,
44
+ "PRON_WH": 8,
45
+ "PROPN": 1,
46
+ "VERB": 6,
47
+ "X": 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.31.0",
59
+ "type_vocab_size": 1,
60
+ "use_cache": true,
61
+ "vocab_size": 250002
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97014e5270e1a91e6f257cbb4e544525a02889ff530aa2529364d8da001aac1a
3
+ size 1109926697