anoopaanto
commited on
Update config.json
Browse filessolving invalid json structure issue by removing comment
- config.json +1 -1
config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"image_size": 224,
|
16 |
"patch_size": 16,
|
17 |
"num_channels": 3,
|
18 |
-
"num_labels": 2,
|
19 |
"transformers_version": "4.41.0",
|
20 |
"torch_dtype": "float32"
|
21 |
}
|
|
|
15 |
"image_size": 224,
|
16 |
"patch_size": 16,
|
17 |
"num_channels": 3,
|
18 |
+
"num_labels": 2,
|
19 |
"transformers_version": "4.41.0",
|
20 |
"torch_dtype": "float32"
|
21 |
}
|