Vittorio Pippi commited on
Commit
9828a5d
·
1 Parent(s): eca827c

Rename configuration parameters in config.json for consistency and clarity

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -9,10 +9,10 @@
9
  },
10
  "model_type": "emuru",
11
  "slices_per_query": 1,
12
- "t5_config": "google-t5/t5-large",
13
- "tokenizer_config": "google/byt5-small",
14
  "torch_dtype": "float32",
15
  "transformers_version": "4.38.2",
16
  "vae_channels": 1,
17
- "vae_config": "blowing-up-groundhogs/emuru_vae"
18
  }
 
9
  },
10
  "model_type": "emuru",
11
  "slices_per_query": 1,
12
+ "t5_name_or_path": "google-t5/t5-large",
13
+ "tokenizer_name_or_path": "google/byt5-small",
14
  "torch_dtype": "float32",
15
  "transformers_version": "4.38.2",
16
  "vae_channels": 1,
17
+ "vae_name_or_path": "blowing-up-groundhogs/emuru_vae"
18
  }