Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 821 Bytes
812bd0b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f4f28f
 
 
 
 
 
 
e1f6195
812bd0b
e1f6195
8f4f28f
832ded9
8f4f28f
e1f6195
8f4f28f
 
 
 
e1f6195
8f4f28f
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
---
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')
```