File size: 937 Bytes
f1e137a
157b5a7
 
e78f5d2
 
416f840
157b5a7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0537c5b
2f52650
 
 
f1e137a
2f52650
0c57e23
2f52650
e78f5d2
2f52650
0c57e23
 
 
 
2f52650
fad9a86
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
---
language:
- en
task_categories:
- text-classification
- text-generation
dataset_info:
  features:
  - name: metadata
    dtype: string
  - name: text
    dtype: string
  - name: category
    dtype: string
  splits:
  - name: train
    num_bytes: 146747420
    num_examples: 182531
  download_size: 72070745
  dataset_size: 146747420
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: other
pretty_name: Stanford Encyclopedia Philosophy
size_categories:
- 100K<n<1M
---
# Stanford Encyclopedia Philosophy (Teeny-Tiny Castle)

This dataset is part of the 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/stanford-encyclopedia-philosophy", split = 'train')
```