File size: 1,386 Bytes
cf31a6a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- es
task_categories:
- text-classification

---
# AutoTrain Dataset for project: taras_es_sentiment_analysis

## Dataset Description

This dataset has been automatically processed by AutoTrain for project taras_es_sentiment_analysis.

### Languages

The BCP-47 code for the dataset's language is es.

## Dataset Structure

### Data Instances

A sample from this dataset looks as follows:

```json
[
  {
    "text": "Varela: gran elecci\u00f3n de la izquierda en Centro de Estudiantes del ISFD 54",
    "feat_id_noticia": 15707,
    "feat_target": "la izquierda",
    "target": 2
  },
  {
    "text": "El casamiento de Alberto Cormillot y Estefan\u00eda Pasquini: cu\u00e1ndo se conocieron y en qu\u00e9 fecha ella anunci\u00f3 la boda",
    "feat_id_noticia": 18813,
    "feat_target": "Alberto",
    "target": 1
  }
]
```

### Dataset Fields

The dataset has the following fields (also called "features"):

```json
{
  "text": "Value(dtype='string', id=None)",
  "feat_id_noticia": "Value(dtype='int16', id=None)",
  "feat_target": "Value(dtype='string', id=None)",
  "target": "ClassLabel(names=['NEG', 'NEU', 'POS'], id=None)"
}
```

### Dataset Splits

This dataset is split into a train and validation split. The split sizes are as follow:

| Split name   | Num samples         |
| ------------ | ------------------- |
| train        | 1096 |
| valid        | 275 |