Zhan-Lun commited on
Commit
8873615
·
verified ·
1 Parent(s): c799470

Upload README.md with huggingface_hub

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