Datasets:
File size: 1,354 Bytes
d82c2e5 fccf0ed 687a0ba |
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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 |
---
dataset_info:
features:
- name: id
dtype: int64
- name: tweet_text
dtype: string
- name: tweet_date
dtype: string
- name: sentiment
dtype: int64
- name: query_used
dtype: string
splits:
- name: Train
num_bytes: 15324413
num_examples: 95000
- name: Validation
num_bytes: 808825
num_examples: 5000
- name: TestTema
num_bytes: 1057904
num_examples: 5000
- name: Test
num_bytes: 684589
num_examples: 5000
- name: Test3classes
num_bytes: 744334
num_examples: 4999
download_size: 11554103
dataset_size: 18620065
configs:
- config_name: default
data_files:
- split: Train
path: data/Train-*
- split: Validation
path: data/Validation-*
- split: TestTema
path: data/TestTema-*
- split: Test
path: data/Test-*
- split: Test3classes
path: data/Test3classes-*
license: cc-by-nc-4.0
task_categories:
- text-classification
language:
- pt
tags:
- Twitter
- Sentiment Analysis
- With Bias
- Emojis
- URLs
- Emoticons
pretty_name: Dataset with Tweets in Portuguese Labelled for Sentiment Analysis.
size_categories:
- 100K<n<1M
---
This Dataset is saved by Students of the Subject: Interação em Linguagem Natural 2023/24
From: FCUL (Faculdade de Ciências da Universidade de Lisboa)
Used for Sentiment Analysis with a pre-trained Roberta Model. |