Update README.md
Browse files
README.md
CHANGED
|
@@ -32,18 +32,8 @@ QUERY = """Reasoning: Search results show some relevant info about music and Gra
|
|
| 32 |
Query: "backroom" "studio" "early 2010s" "euphoric"
|
| 33 |
"""
|
| 34 |
DOCS = [
|
| 35 |
-
"35+ Studios With Upcoming Games to Watch: Turtle Rock Studios
|
| 36 |
-
|
| 37 |
-
Making its name on the classic Left 4 Dead series of games, Turtle Rock Studios is working on an all-new co-op game called Back 4 Blood that sees you fighting through a zombie apocalypse. Sound familiar? Announced in early 2019 and being published",
|
| 38 |
-
"name: Otto Knows
|
| 39 |
-
image_upright: 1.25
|
| 40 |
-
birth_name: Otto Jettman
|
| 41 |
-
birth_date: 6 05 1989
|
| 42 |
-
birth_place: Stockholm, Sweden
|
| 43 |
-
genre: Electro house, house, progressive house
|
| 44 |
-
occupation: DJ, music producer, remixer
|
| 45 |
-
|
| 46 |
-
Otto Jettman (born 6 May 1989), better known by his stage name Otto Knows is a Swedish DJ, producer and remixer who has had a number of hits in Sweden, Belgium and the Netherlands"
|
| 47 |
]
|
| 48 |
|
| 49 |
def embed(texts, model, tokenizer, device, is_query=False):
|
|
|
|
| 32 |
Query: "backroom" "studio" "early 2010s" "euphoric"
|
| 33 |
"""
|
| 34 |
DOCS = [
|
| 35 |
+
"35+ Studios With Upcoming Games to Watch: Turtle Rock Studios\n\nMaking its name on the classic Left 4 Dead series of games, Turtle Rock Studios is working on an all-new co-op game called Back 4 Blood that sees you fighting through a zombie apocalypse. Sound familiar? Announced in early 2019 and being published",
|
| 36 |
+
"name: Otto Knows\nimage_upright: 1.25\nbirth_name: Otto Jettman\nbirth_date: 6 05 1989\nbirth_place: Stockholm, Sweden\ngenre: Electro house, house, progressive house\noccupation: DJ, music producer, remixer\n\nOtto Jettman (born 6 May 1989), better known by his stage name Otto Knows is a Swedish DJ, producer and remixer who has had a number of hits in Sweden, Belgium and the Netherlands"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
]
|
| 38 |
|
| 39 |
def embed(texts, model, tokenizer, device, is_query=False):
|