|
--- |
|
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 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/stanford-encyclopedia-philosophy", split = 'train') |
|
``` |
|
|