captainspock
commited on
Update config.json
Browse files- config.json +9 -0
config.json
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"id2label": {
|
3 |
"0": "person",
|
4 |
"1": "bicycle",
|
|
|
1 |
{
|
2 |
+
"transformers.js_config": {
|
3 |
+
"device": "webnn-gpu",
|
4 |
+
"dtype": "fp16",
|
5 |
+
"free_dimension_overrides": {
|
6 |
+
"batch_size": 1,
|
7 |
+
"height": 224,
|
8 |
+
"width": 224
|
9 |
+
}
|
10 |
+
},
|
11 |
"id2label": {
|
12 |
"0": "person",
|
13 |
"1": "bicycle",
|