We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df4820 commit caf4890Copy full SHA for caf4890
tools/checkpoint_conversion/convert_t5_checkpoints.py
@@ -11,9 +11,9 @@
11
import keras_hub
12
13
PRESET_MAP = {
14
- "t5_small_multi": "t5-small",
15
- "t5_base_multi": "t5-base",
16
- "t5_large_multi": "t5-large",
+ "t5_small_multi": "google-t5/t5-small",
+ "t5_base_multi": "google-t5/t5-base",
+ "t5_large_multi": "google-t5/t5-large",
17
"t5_1.1_small": "google/t5-v1_1-small",
18
"t5_1.1_base": "google/t5-v1_1-base",
19
"t5_1.1_large": "google/t5-v1_1-large",
0 commit comments