File size: 590 Bytes
6b01285
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': negativo
          '1': positivo
  splits:
  - name: train
    num_bytes: 33225773
    num_examples: 25000
  - name: test
    num_bytes: 6503491
    num_examples: 5000
  - name: test_all
    num_bytes: 32638767
    num_examples: 25000
  download_size: 44980841
  dataset_size: 72368031
---
# Dataset Card for "imdb_pt"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)