Zhan-Lun commited on
Commit
9cff710
·
verified ·
1 Parent(s): 75a05e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -176,12 +176,12 @@ model = AutoModel.from_pretrained(
176
  ).eval()
177
 
178
  queries = [
179
- "Retrieve the city of Singapore",
180
- "Retrieve the city of Beijing",
181
  ]
182
  document_urls = [
183
- "https://upload.wikimedia.org/wikipedia/commons/2/27/Singapore_skyline_2022.jpg",
184
- "https://upload.wikimedia.org/wikipedia/commons/6/61/Beijing_skyline_at_night.JPG",
185
  ]
186
 
187
 
 
176
  ).eval()
177
 
178
  queries = [
179
+ "When was the United States Declaration of Independence proclaimed?",
180
+ "Who printed the edition of Romeo and Juliet?",
181
  ]
182
  document_urls = [
183
+ "https://upload.wikimedia.org/wikipedia/commons/8/89/US-original-Declaration-1776.jpg",
184
+ "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Romeoandjuliet1597.jpg/500px-Romeoandjuliet1597.jpg",
185
  ]
186
 
187