add msrd dataset
Browse files- README.md +52 -0
- data/movies.jsonl.gz +3 -0
README.md
CHANGED
@@ -1,3 +1,55 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
# Nixiesearch demo datasets
|
6 |
+
|
7 |
+
This repo has a couple of small-scale demo datasets in JSON format you can use for playing with [nixiesearh](https://github.com/nixiesearch/nixiesearch):
|
8 |
+
|
9 |
+
* [MSRD](https://github.com/metarank/msrd): A [TMDB](https://www.themoviedb.org/)-sourced dataset of popular movies.
|
10 |
+
|
11 |
+
|
12 |
+
## MSRD: A movie search ranking dataset
|
13 |
+
|
14 |
+
See [the original dataset docs](https://github.com/metarank/msrd) for more details
|
15 |
+
|
16 |
+
Example record:
|
17 |
+
|
18 |
+
```json
|
19 |
+
{
|
20 |
+
"_id": "27205",
|
21 |
+
"title": "Inception",
|
22 |
+
"overview": "Cobb, a skilled thief who commits corporate espionage by infiltrating the subconscious of his targets is offered a chance to regain his old life as payment for a task considered to be impossible: inception, the implantation of another person's idea into a target's subconscious.",
|
23 |
+
"tags": [
|
24 |
+
"alternate reality",
|
25 |
+
"thought-provoking",
|
26 |
+
"visually appealing"
|
27 |
+
],
|
28 |
+
"genres": [
|
29 |
+
"action",
|
30 |
+
"crime",
|
31 |
+
"drama"
|
32 |
+
],
|
33 |
+
"director": "Christopher Nolan",
|
34 |
+
"actors": [
|
35 |
+
"Tom Hardy",
|
36 |
+
"Cillian Murphy",
|
37 |
+
"Leonardo DiCaprio"
|
38 |
+
],
|
39 |
+
"characters": [
|
40 |
+
"Eames",
|
41 |
+
"Robert Fischer",
|
42 |
+
],
|
43 |
+
"year": 2010,
|
44 |
+
"votes": 32606,
|
45 |
+
"rating": 8.359,
|
46 |
+
"popularity": 91.834,
|
47 |
+
"budget": 160000000,
|
48 |
+
"img_url": "https://image.tmdb.org/t/p/w154/8IB2e4r4oVhHnANbnm7O3Tj6tF8.jpg"
|
49 |
+
}
|
50 |
+
|
51 |
+
```
|
52 |
+
|
53 |
+
## License
|
54 |
+
|
55 |
+
Apache 2.0 License
|
data/movies.jsonl.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84d332cb5af455aca4376da7a6ca5f2eb87aff45aebddba9ba03f5617368a881
|
3 |
+
size 325382
|