Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
File size: 806 Bytes
c6c9a72
1afe86d
 
125b458
 
 
1afe86d
 
125b458
ad40e82
 
125b458
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c6c9a72
c4cc7c3
1afe86d
c556092
653c23d
c4cc7c3
b7e431b
d967dd2
1afe86d
 
c4cc7c3
1afe86d
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
---
language:
- en
license: cc
size_categories:
- 10K<n<100K
task_categories:
- text-classification
pretty_name: Tweets
tags:
- toxicity
dataset_info:
  features:
  - name: label
    dtype: int64
  - name: text
    dtype: string
  splits:
  - name: train
    num_bytes: 1621836
    num_examples: 14640
  download_size: 894257
  dataset_size: 1621836
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Tweets (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/tweets", split = 'train')
```