adapt config to RCE
Browse files- config.json +2 -2
config.json
CHANGED
@@ -98,8 +98,8 @@
|
|
98 |
"vocab_size": 50265,
|
99 |
"xla_device": null
|
100 |
},
|
101 |
-
"index_name": "
|
102 |
-
"index_path": "https://huggingface.co/MustEr/
|
103 |
"is_encoder_decoder": true,
|
104 |
"label_smoothing": 0.0,
|
105 |
"max_combined_length": 300,
|
|
|
98 |
"vocab_size": 50265,
|
99 |
"xla_device": null
|
100 |
},
|
101 |
+
"index_name": "legacy",
|
102 |
+
"index_path": "https://huggingface.co/MustEr/rager_legacy/resolve/main/",
|
103 |
"is_encoder_decoder": true,
|
104 |
"label_smoothing": 0.0,
|
105 |
"max_combined_length": 300,
|