raidAthmaneBenlala commited on
Commit
2160e60
·
verified ·
1 Parent(s): 83ebd30

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ResNet50"
4
+ ],
5
+ "task": "image-classification",
6
+ "num_classes": 2,
7
+ "class_names": [
8
+ "Negative",
9
+ "Positive"
10
+ ],
11
+ "input_shape": "Single frame, 800x600 RGB"
12
+ }