codeaze commited on
Commit
026ec4f
1 Parent(s): 09c16fa

Upload DebertaForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +24 -18
  2. model.safetensors +2 -2
config.json CHANGED
@@ -9,29 +9,35 @@
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "B-EMAIL",
12
- "1": "B-NAME_STUDENT",
13
- "2": "B-PHONE_NUM",
14
- "3": "B-STREET_ADDRESS",
15
- "4": "B-URL_PERSONAL",
16
- "5": "B-USERNAME",
17
- "6": "I-NAME_STUDENT",
18
- "7": "I-PHONE_NUM",
19
- "8": "I-STREET_ADDRESS",
20
- "9": "O"
 
 
 
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
  "B-EMAIL": 0,
26
- "B-NAME_STUDENT": 1,
27
- "B-PHONE_NUM": 2,
28
- "B-STREET_ADDRESS": 3,
29
- "B-URL_PERSONAL": 4,
30
- "B-USERNAME": 5,
31
- "I-NAME_STUDENT": 6,
32
- "I-PHONE_NUM": 7,
33
- "I-STREET_ADDRESS": 8,
34
- "O": 9
 
 
 
35
  },
36
  "layer_norm_eps": 1e-07,
37
  "max_position_embeddings": 512,
 
9
  "hidden_size": 768,
10
  "id2label": {
11
  "0": "B-EMAIL",
12
+ "1": "B-ID_NUM",
13
+ "2": "B-NAME_STUDENT",
14
+ "3": "B-PHONE_NUM",
15
+ "4": "B-STREET_ADDRESS",
16
+ "5": "B-URL_PERSONAL",
17
+ "6": "B-USERNAME",
18
+ "7": "I-ID_NUM",
19
+ "8": "I-NAME_STUDENT",
20
+ "9": "I-PHONE_NUM",
21
+ "10": "I-STREET_ADDRESS",
22
+ "11": "I-URL_PERSONAL",
23
+ "12": "O"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
  "B-EMAIL": 0,
29
+ "B-ID_NUM": 1,
30
+ "B-NAME_STUDENT": 2,
31
+ "B-PHONE_NUM": 3,
32
+ "B-STREET_ADDRESS": 4,
33
+ "B-URL_PERSONAL": 5,
34
+ "B-USERNAME": 6,
35
+ "I-ID_NUM": 7,
36
+ "I-NAME_STUDENT": 8,
37
+ "I-PHONE_NUM": 9,
38
+ "I-STREET_ADDRESS": 10,
39
+ "I-URL_PERSONAL": 11,
40
+ "O": 12
41
  },
42
  "layer_norm_eps": 1e-07,
43
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5f5c51f888b2d53452b37bbcc72a0338680753937e68be051a39efc3d6466d08
3
- size 554461632
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067dd2b14bd01435409c3a76ca7be3ea8f8ad5f6ff3ee9ae48297a3bef05f116
3
+ size 554470860