Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 870 Bytes
4e0c45b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d0e2ab
 
93dde34
8d0e2ab
 
54efbf7
93dde34
 
 
 
4e0c45b
93dde34
4e0c45b
639e41f
8d0e2ab
93dde34
8d0e2ab
 
 
 
93dde34
8d0e2ab
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: movieId
    dtype: int64
  - name: title
    dtype: string
  - name: genres
    dtype: string
  splits:
  - name: train
    num_bytes: 563045
    num_examples: 9742
  download_size: 300293
  dataset_size: 563045
language:
- en
pretty_name: MovieLens Movies
size_categories:
- 1K<n<10K
license: other
task_categories:
- text-classification
tags:
- movies
---
# MovieLens Movies (Teeny-Tiny Castle)

This dataset is part of a tutorial tied to the [Teeny-Tiny Castle](https://github.com/Nkluge-correa/TeenyTinyCastle), an open-source repository containing educational tools for AI Ethics and Safety research. 

## How to Use

```python
from datasets import load_dataset

dataset = load_dataset("AiresPucrs/movielens-movies", split = 'train')
```