yabramuvdi
commited on
Commit
·
ed99087
1
Parent(s):
0f86f0b
add model
Browse files- config.json +4 -0
config.json
CHANGED
@@ -8,6 +8,10 @@
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"max_position_embeddings": 512,
|
13 |
"model_type": "distilbert",
|
|
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Not work from home",
|
13 |
+
"1": "Work from home"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
"max_position_embeddings": 512,
|
17 |
"model_type": "distilbert",
|