AiresPucrs/final-text-dataset
收藏Hugging Face2024-10-13 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/AiresPucrs/final-text-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
dataset_info:
features:
- name: text
dtype: string
- name: sentiment
dtype: int64
splits:
- name: train
num_bytes: 10571388
num_examples: 59258
download_size: 4720881
dataset_size: 10571388
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- text-classification
pretty_name: Final Text Dataset
size_categories:
- 10K<n<100K
---
# Final Text Dataset (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/final-text-dataset", split = 'train')
```
提供机构:
AiresPucrs



