Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
10K - 100K
Tags:
sentiment
License:
nicholasKluge
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -19,46 +19,22 @@ configs:
|
|
19 |
path: data/train-*
|
20 |
language:
|
21 |
- pt
|
22 |
-
pretty_name:
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|
31 |
-
- **Note:** Samples were translated via the Google Translate API.
|
32 |
-
|
33 |
-
|
34 |
-
## Overview
|
35 |
-
|
36 |
-
|
37 |
-
## Dataset Details
|
38 |
-
|
39 |
-
|
40 |
-
**Citation:**
|
41 |
-
```latex
|
42 |
-
|
43 |
-
```
|
44 |
-
## Contents
|
45 |
-
|
46 |
-
The dataset consists of a data frame with the following columns:
|
47 |
-
|
48 |
-
-**text:**
|
49 |
-
|
50 |
-
-**label:**
|
51 |
-
|
52 |
-
|
53 |
-
## How to use
|
54 |
|
55 |
```python
|
56 |
from datasets import load_dataset
|
57 |
|
58 |
-
dataset = load_dataset("AiresPucrs/sentiment-analysis-pt", split='train')
|
59 |
-
|
60 |
```
|
61 |
-
|
62 |
-
## License
|
63 |
-
|
64 |
-
This dataset is licensed under the Apache License 2.0.
|
|
|
19 |
path: data/train-*
|
20 |
language:
|
21 |
- pt
|
22 |
+
pretty_name: Sentiment Analysis PT
|
23 |
size_categories:
|
24 |
- 10K<n<100K
|
25 |
+
task_categories:
|
26 |
+
- text-classification
|
27 |
+
tags:
|
28 |
+
- sentiment
|
29 |
---
|
30 |
+
# Sentiment Analysis PT (Teeny-Tiny Castle)
|
31 |
|
32 |
+
This dataset is part of the 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.
|
33 |
|
34 |
+
## How to Use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
|
36 |
```python
|
37 |
from datasets import load_dataset
|
38 |
|
39 |
+
dataset = load_dataset("AiresPucrs/sentiment-analysis-pt", split = 'train')
|
|
|
40 |
```
|
|
|
|
|
|
|
|