UFRN-posts / README.md
fernandals's picture
Update README.md
21b1922
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: content
      dtype: string
    - name: class_name
      dtype: string
    - name: class_id
      dtype: int64
  splits:
    - name: train
      num_bytes: 138345666
      num_examples: 54548
    - name: validation
      num_bytes: 40983075
      num_examples: 16364
    - name: test
      num_bytes: 4632145
      num_examples: 1819
  download_size: 106293058
  dataset_size: 183960886

Dataset Card for "UFRN-posts"

A base contém posts relacionados à UFRN em PT-BR.

More Information needed