zpbrent commited on
Commit
03ff9d7
1 Parent(s): e6b49ed

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "RagSequenceForGeneration"
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": "exact",
102
- "index_path": null,
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,