Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
-
"
|
4 |
],
|
5 |
"dataset": "wiki_dpr",
|
6 |
"dataset_split": "train",
|
@@ -98,8 +98,8 @@
|
|
98 |
"vocab_size": 50265,
|
99 |
"xla_device": null
|
100 |
},
|
101 |
-
"index_name": "
|
102 |
-
"index_path":
|
103 |
"is_encoder_decoder": true,
|
104 |
"label_smoothing": 0.0,
|
105 |
"max_combined_length": 300,
|
|
|
1 |
{
|
2 |
"architectures": [
|
3 |
+
"RagRetriever"
|
4 |
],
|
5 |
"dataset": "wiki_dpr",
|
6 |
"dataset_split": "train",
|
|
|
98 |
"vocab_size": 50265,
|
99 |
"xla_device": null
|
100 |
},
|
101 |
+
"index_name": "legacy",
|
102 |
+
"index_path": "zpbrent/reuse",
|
103 |
"is_encoder_decoder": true,
|
104 |
"label_smoothing": 0.0,
|
105 |
"max_combined_length": 300,
|