LearnWaterFlow commited on
Commit
e363cf6
·
verified ·
1 Parent(s): 15a2251

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -11,7 +11,6 @@
11
  "num_classes": 10,
12
  "num_channels": 3,
13
  "image_size": 64,
14
- "activation_function": "relu",
15
  "id2label": {
16
  "0": "0", "1": "1", "2": "2", "3": "3", "4": "4",
17
  "5": "5", "6": "6", "7": "7", "8": "8", "9": "9"
@@ -20,6 +19,5 @@
20
  "0": 0, "1": 1, "2": 2, "3": 3, "4": 4,
21
  "5": 5, "6": 6, "7": 7, "8": 8, "9": 9
22
  },
23
- "torch_dtype": "float32",
24
- "transformers_version": "4.47.1"
25
  }
 
11
  "num_classes": 10,
12
  "num_channels": 3,
13
  "image_size": 64,
 
14
  "id2label": {
15
  "0": "0", "1": "1", "2": "2", "3": "3", "4": "4",
16
  "5": "5", "6": "6", "7": "7", "8": "8", "9": "9"
 
19
  "0": 0, "1": 1, "2": 2, "3": 3, "4": 4,
20
  "5": 5, "6": 6, "7": 7, "8": 8, "9": 9
21
  },
22
+ "torch_dtype": "float32"
 
23
  }