sogeeking commited on
Commit
1a22b82
1 Parent(s): 6e6542c

Upload tokenizer

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
  "_commit_hash": null,
 
 
 
3
  "attn_dim_head": 32,
4
  "channels": 1,
5
  "codebook_size": 1024,
@@ -35,6 +38,7 @@
35
  "perceptual_loss_weight": 0,
36
  "quantization_type": "vq",
37
  "temporal_compression": false,
 
38
  "transformers_version": null,
39
  "use_batch_norm": false,
40
  "use_gan": false,
 
1
  {
2
  "_commit_hash": null,
3
+ "architectures": [
4
+ "Tokenizer"
5
+ ],
6
  "attn_dim_head": 32,
7
  "channels": 1,
8
  "codebook_size": 1024,
 
38
  "perceptual_loss_weight": 0,
39
  "quantization_type": "vq",
40
  "temporal_compression": false,
41
+ "torch_dtype": "float32",
42
  "transformers_version": null,
43
  "use_batch_norm": false,
44
  "use_gan": false,