Upload dataset
Browse files- README.md +78 -0
- squad_v1_pt/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -570,6 +570,80 @@ dataset_info:
|
|
| 570 |
num_examples: 1
|
| 571 |
download_size: 25730
|
| 572 |
dataset_size: 797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 573 |
configs:
|
| 574 |
- config_name: ai2_arc
|
| 575 |
data_files:
|
|
@@ -603,4 +677,8 @@ configs:
|
|
| 603 |
data_files:
|
| 604 |
- split: train
|
| 605 |
path: social_i_qa/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 606 |
---
|
|
|
|
| 570 |
num_examples: 1
|
| 571 |
download_size: 25730
|
| 572 |
dataset_size: 797
|
| 573 |
+
- config_name: squad_v1_pt
|
| 574 |
+
features:
|
| 575 |
+
- name: context
|
| 576 |
+
dtype: string
|
| 577 |
+
- name: context_translated
|
| 578 |
+
struct:
|
| 579 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 580 |
+
struct:
|
| 581 |
+
- name: prediction
|
| 582 |
+
dtype: float64
|
| 583 |
+
- name: text
|
| 584 |
+
dtype: string
|
| 585 |
+
- name: google_translation
|
| 586 |
+
struct:
|
| 587 |
+
- name: prediction
|
| 588 |
+
dtype: float64
|
| 589 |
+
- name: text
|
| 590 |
+
dtype: string
|
| 591 |
+
- name: libre_translation
|
| 592 |
+
struct:
|
| 593 |
+
- name: prediction
|
| 594 |
+
dtype: float64
|
| 595 |
+
- name: text
|
| 596 |
+
dtype: string
|
| 597 |
+
- name: question
|
| 598 |
+
dtype: string
|
| 599 |
+
- name: question_translated
|
| 600 |
+
struct:
|
| 601 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 602 |
+
struct:
|
| 603 |
+
- name: prediction
|
| 604 |
+
dtype: float64
|
| 605 |
+
- name: text
|
| 606 |
+
dtype: string
|
| 607 |
+
- name: google_translation
|
| 608 |
+
struct:
|
| 609 |
+
- name: prediction
|
| 610 |
+
dtype: float64
|
| 611 |
+
- name: text
|
| 612 |
+
dtype: string
|
| 613 |
+
- name: libre_translation
|
| 614 |
+
struct:
|
| 615 |
+
- name: prediction
|
| 616 |
+
dtype: float64
|
| 617 |
+
- name: text
|
| 618 |
+
dtype: string
|
| 619 |
+
- name: answers
|
| 620 |
+
sequence: string
|
| 621 |
+
- name: answers_translated
|
| 622 |
+
struct:
|
| 623 |
+
- name: Helsinki-NLP/opus-mt-tc-big-en-pt
|
| 624 |
+
struct:
|
| 625 |
+
- name: prediction
|
| 626 |
+
dtype: float64
|
| 627 |
+
- name: text
|
| 628 |
+
dtype: string
|
| 629 |
+
- name: google_translation
|
| 630 |
+
struct:
|
| 631 |
+
- name: prediction
|
| 632 |
+
dtype: float64
|
| 633 |
+
- name: text
|
| 634 |
+
dtype: string
|
| 635 |
+
- name: libre_translation
|
| 636 |
+
struct:
|
| 637 |
+
- name: prediction
|
| 638 |
+
dtype: float64
|
| 639 |
+
- name: text
|
| 640 |
+
dtype: string
|
| 641 |
+
splits:
|
| 642 |
+
- name: train
|
| 643 |
+
num_bytes: 1655
|
| 644 |
+
num_examples: 1
|
| 645 |
+
download_size: 23945
|
| 646 |
+
dataset_size: 1655
|
| 647 |
configs:
|
| 648 |
- config_name: ai2_arc
|
| 649 |
data_files:
|
|
|
|
| 677 |
data_files:
|
| 678 |
- split: train
|
| 679 |
path: social_i_qa/train-*
|
| 680 |
+
- config_name: squad_v1_pt
|
| 681 |
+
data_files:
|
| 682 |
+
- split: train
|
| 683 |
+
path: squad_v1_pt/train-*
|
| 684 |
---
|
squad_v1_pt/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b925fed12713660cf57cbce9587290af57a073004899aff134382f83d54eacc
|
| 3 |
+
size 23945
|