Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -3,4 +3,8 @@
|
|
3 |
"architectures": [
|
4 |
"resnext"
|
5 |
]
|
|
|
|
|
|
|
|
|
6 |
}
|
|
|
3 |
"architectures": [
|
4 |
"resnext"
|
5 |
]
|
6 |
+
"model_type":"resnext",
|
7 |
+
"num_labels": 5,
|
8 |
+
"image_size": 416,
|
9 |
+
"pooler_type": "avg"
|
10 |
}
|