lilkm HF Staff commited on
Commit
f7edd40
·
verified ·
1 Parent(s): 047cd01

Upload config

Browse files
Files changed (2) hide show
  1. config.json +1 -6
  2. configuration_resnet.py +0 -1
config.json CHANGED
@@ -1,10 +1,6 @@
1
  {
2
- "architectures": [
3
- "ResNet10"
4
- ],
5
  "auto_map": {
6
- "AutoConfig": "configuration_resnet.ResNet10Config",
7
- "AutoModel": "modeling_resnet.ResNet10"
8
  },
9
  "depths": [
10
  1,
@@ -12,7 +8,6 @@
12
  1,
13
  1
14
  ],
15
- "dtype": "float32",
16
  "embedding_size": 64,
17
  "hidden_act": "relu",
18
  "hidden_sizes": [
 
1
  {
 
 
 
2
  "auto_map": {
3
+ "AutoConfig": "configuration_resnet.ResNet10Config"
 
4
  },
5
  "depths": [
6
  1,
 
8
  1,
9
  1
10
  ],
 
11
  "embedding_size": 64,
12
  "hidden_act": "relu",
13
  "hidden_sizes": [
configuration_resnet.py CHANGED
@@ -12,7 +12,6 @@
12
  # limitations under the License.
13
  """ResNet model configuration"""
14
 
15
-
16
  from transformers import PretrainedConfig
17
 
18
 
 
12
  # limitations under the License.
13
  """ResNet model configuration"""
14
 
 
15
  from transformers import PretrainedConfig
16
 
17