zentavious commited on
Commit
47c4a53
·
verified ·
1 Parent(s): ab8fbb3

Upload DebertaV2ForTokenClassification

Browse files
Files changed (1) hide show
  1. config.json +31 -31
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/deberta-v3-base",
3
  "architectures": [
4
  "DebertaV2ForTokenClassification"
5
  ],
@@ -8,40 +8,40 @@
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
- "0": "LABEL_0",
12
- "1": "LABEL_1",
13
- "2": "LABEL_2",
14
- "3": "LABEL_3",
15
- "4": "LABEL_4",
16
- "5": "LABEL_5",
17
- "6": "LABEL_6",
18
- "7": "LABEL_7",
19
- "8": "LABEL_8",
20
- "9": "LABEL_9",
21
- "10": "LABEL_10",
22
- "11": "LABEL_11",
23
- "12": "LABEL_12",
24
- "13": "LABEL_13",
25
- "14": "LABEL_14"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
- "LABEL_0": 0,
31
- "LABEL_1": 1,
32
- "LABEL_10": 10,
33
- "LABEL_11": 11,
34
- "LABEL_12": 12,
35
- "LABEL_13": 13,
36
- "LABEL_14": 14,
37
- "LABEL_2": 2,
38
- "LABEL_3": 3,
39
- "LABEL_4": 4,
40
- "LABEL_5": 5,
41
- "LABEL_6": 6,
42
- "LABEL_7": 7,
43
- "LABEL_8": 8,
44
- "LABEL_9": 9
45
  },
46
  "layer_norm_eps": 1e-07,
47
  "max_position_embeddings": 512,
 
1
  {
2
+ "_name_or_path": "zentavious/trial",
3
  "architectures": [
4
  "DebertaV2ForTokenClassification"
5
  ],
 
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "B-date_of_birth",
12
+ "1": "B-email_social",
13
+ "2": "B-location_address",
14
+ "3": "B-name",
15
+ "4": "B-phone_number",
16
+ "5": "B-school_name",
17
+ "6": "B-url",
18
+ "7": "I-date_of_birth",
19
+ "8": "I-email_social",
20
+ "9": "I-location_address",
21
+ "10": "I-name",
22
+ "11": "I-phone_number",
23
+ "12": "I-school_name",
24
+ "13": "I-url",
25
+ "14": "O"
26
  },
27
  "initializer_range": 0.02,
28
  "intermediate_size": 3072,
29
  "label2id": {
30
+ "B-date_of_birth": 0,
31
+ "B-email_social": 1,
32
+ "B-location_address": 2,
33
+ "B-name": 3,
34
+ "B-phone_number": 4,
35
+ "B-school_name": 5,
36
+ "B-url": 6,
37
+ "I-date_of_birth": 7,
38
+ "I-email_social": 8,
39
+ "I-location_address": 9,
40
+ "I-name": 10,
41
+ "I-phone_number": 11,
42
+ "I-school_name": 12,
43
+ "I-url": 13,
44
+ "O": 14
45
  },
46
  "layer_norm_eps": 1e-07,
47
  "max_position_embeddings": 512,