Upload tokenizer
Browse files- config.json +4 -0
- model.safetensors +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
|
|
|
|
|
|
3 |
"channels": 1,
|
4 |
"code_dim": 16,
|
5 |
"codebook_size": 256,
|
@@ -43,6 +46,7 @@
|
|
43 |
"perceptual_loss_weight": 0,
|
44 |
"quantization_type": "vq",
|
45 |
"temporal_compression": false,
|
|
|
46 |
"transformers_version": null,
|
47 |
"use_batch_norm": false,
|
48 |
"use_gan": false,
|
|
|
1 |
{
|
2 |
"_commit_hash": null,
|
3 |
+
"architectures": [
|
4 |
+
"Tokenizer"
|
5 |
+
],
|
6 |
"channels": 1,
|
7 |
"code_dim": 16,
|
8 |
"codebook_size": 256,
|
|
|
46 |
"perceptual_loss_weight": 0,
|
47 |
"quantization_type": "vq",
|
48 |
"temporal_compression": false,
|
49 |
+
"torch_dtype": "float32",
|
50 |
"transformers_version": null,
|
51 |
"use_batch_norm": false,
|
52 |
"use_gan": false,
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d9c9137d5375046b0332835486869e0d984d017c998e8f7211454e6eb522ab9
|
3 |
+
size 113015804
|