File size: 340 Bytes
aa58f36
 
 
 
 
 
 
 
 
 
 
 
a96e6f9
 
aa58f36
a96e6f9
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
languages:
- ru
multilinguality:
- monolingual
pretty_name: Kinopoisk
size_categories:
- 10K<n<100K
task_categories:
- sentiment-classification
---

Some movie reviews from Kinopoisk (TOP250 & BOTTOM100 rank lists).

With python load like:
```python3
import pandas as pd
df = pd.read_json('kinopoisk.jsonl', lines=True)
df.sample(5)
```