Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
compare-models / README.md
nicholasKluge's picture
Update README.md
832ded9 verified
---
dataset_info:
features:
- name: text
dtype: string
- name: sentiment
dtype: float64
splits:
- name: train
num_bytes: 163565
num_examples: 1464
download_size: 96001
dataset_size: 163565
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-classification
language:
- en
size_categories:
- 1K<n<10K
pretty_name: Compare Models
---
# Compare Models (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/compare-models", split = 'train')
```