File size: 739 Bytes
7855a1d 004e6a7 |
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 |
---
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: validation
path: data/validation-*
dataset_info:
features:
- name: id
dtype: int64
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype: int64
splits:
- name: test
num_bytes: 513914
num_examples: 2000
- name: validation
num_bytes: 512235
num_examples: 2000
download_size: 645673
dataset_size: 1026149
---
# Dataset Card for "xpaws_pt"
This is a portuguese translation of the [x-paws dataset](https://huggingface.co/datasets/paws-x). The translation was performed using the Google Translate API.
This dataset follows the same structure as the original. |