ankur310794
commited on
Commit
•
5a9d130
1
Parent(s):
2cbbd9e
add model
Browse files- config.json +48 -48
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -9,57 +9,57 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "
|
16 |
-
"4": "
|
17 |
-
"5": "
|
18 |
-
"6": "
|
19 |
-
"7": "
|
20 |
-
"8": "
|
21 |
-
"9": "
|
22 |
-
"10": "
|
23 |
-
"11": "
|
24 |
-
"12": "
|
25 |
-
"13": "
|
26 |
-
"14": "
|
27 |
-
"15": "
|
28 |
-
"16": "
|
29 |
-
"17": "
|
30 |
-
"18": "
|
31 |
-
"19": "
|
32 |
-
"20": "
|
33 |
-
"21": "
|
34 |
-
"22": "
|
35 |
-
"23": "
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
-
"
|
50 |
-
"
|
51 |
-
"
|
52 |
-
"
|
53 |
-
"
|
54 |
-
"
|
55 |
-
"
|
56 |
-
"
|
57 |
-
"
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"
|
62 |
-
"
|
63 |
},
|
64 |
"max_position_embeddings": 512,
|
65 |
"model_type": "distilbert",
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "occupation",
|
13 |
+
"1": "founder",
|
14 |
+
"2": "owned by",
|
15 |
+
"3": "located in the administrative territorial entity",
|
16 |
+
"4": "genre",
|
17 |
+
"5": "headquarters location",
|
18 |
+
"6": "country",
|
19 |
+
"7": "creator",
|
20 |
+
"8": "performer",
|
21 |
+
"9": "manufacturer",
|
22 |
+
"10": "place of birth",
|
23 |
+
"11": "place of death",
|
24 |
+
"12": "spouse",
|
25 |
+
"13": "record label",
|
26 |
+
"14": "location",
|
27 |
+
"15": "capital",
|
28 |
+
"16": "child",
|
29 |
+
"17": "language of work or name",
|
30 |
+
"18": "position played on team / speciality",
|
31 |
+
"19": "country of origin",
|
32 |
+
"20": "author",
|
33 |
+
"21": "educated at",
|
34 |
+
"22": "location of formation",
|
35 |
+
"23": "notable work"
|
36 |
},
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
+
"author": 20,
|
40 |
+
"capital": 15,
|
41 |
+
"child": 16,
|
42 |
+
"country": 6,
|
43 |
+
"country of origin": 19,
|
44 |
+
"creator": 7,
|
45 |
+
"educated at": 21,
|
46 |
+
"founder": 1,
|
47 |
+
"genre": 4,
|
48 |
+
"headquarters location": 5,
|
49 |
+
"language of work or name": 17,
|
50 |
+
"located in the administrative territorial entity": 3,
|
51 |
+
"location": 14,
|
52 |
+
"location of formation": 22,
|
53 |
+
"manufacturer": 9,
|
54 |
+
"notable work": 23,
|
55 |
+
"occupation": 0,
|
56 |
+
"owned by": 2,
|
57 |
+
"performer": 8,
|
58 |
+
"place of birth": 10,
|
59 |
+
"place of death": 11,
|
60 |
+
"position played on team / speciality": 18,
|
61 |
+
"record label": 13,
|
62 |
+
"spouse": 12
|
63 |
},
|
64 |
"max_position_embeddings": 512,
|
65 |
"model_type": "distilbert",
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 263331608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ef991d8f80b0fe0968b255d53a2648aad752067ef4f9ee5bd8a1719498f4a11
|
3 |
size 263331608
|