flavioschneider commited on
Commit
26bd7e9
·
1 Parent(s): 3b724b2

Upload config

Browse files
Files changed (1) hide show
  1. config.json +1 -6
config.json CHANGED
@@ -1,10 +1,6 @@
1
  {
2
- "architectures": [
3
- "AutoEncoder1d"
4
- ],
5
  "auto_map": {
6
- "AutoConfig": "autoencoder_config.AutoEncoder1dConfig",
7
- "AutoModel": "autoencoder.AutoEncoder1d"
8
  },
9
  "bottleneck": "tanh",
10
  "channels": 32,
@@ -36,6 +32,5 @@
36
  8
37
  ],
38
  "patch_size": 4,
39
- "torch_dtype": "float32",
40
  "transformers_version": "4.24.0"
41
  }
 
1
  {
 
 
 
2
  "auto_map": {
3
+ "AutoConfig": "autoencoder_config.AutoEncoder1dConfig"
 
4
  },
5
  "bottleneck": "tanh",
6
  "channels": 32,
 
32
  8
33
  ],
34
  "patch_size": 4,
 
35
  "transformers_version": "4.24.0"
36
  }