shchoi1019
commited on
Upload dataset
Browse files
Punctuation Error Detection/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:662e2ea7dffa9e7457723d1f92dc13725da39cadcee7e0b1409791d0b1632ab1
|
3 |
+
size 12781
|
README.md
CHANGED
@@ -702,6 +702,24 @@ dataset_info:
|
|
702 |
num_examples: 433157
|
703 |
download_size: 29857095
|
704 |
dataset_size: 196128955
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
705 |
- config_name: Question Answering
|
706 |
features:
|
707 |
- name: instruction
|
@@ -1489,6 +1507,10 @@ configs:
|
|
1489 |
data_files:
|
1490 |
- split: train
|
1491 |
path: Program Execution/train-*
|
|
|
|
|
|
|
|
|
1492 |
- config_name: Question Answering
|
1493 |
data_files:
|
1494 |
- split: train
|
|
|
702 |
num_examples: 433157
|
703 |
download_size: 29857095
|
704 |
dataset_size: 196128955
|
705 |
+
- config_name: Punctuation Error Detection
|
706 |
+
features:
|
707 |
+
- name: instruction
|
708 |
+
dtype: string
|
709 |
+
- name: input
|
710 |
+
dtype: string
|
711 |
+
- name: output
|
712 |
+
dtype: string
|
713 |
+
- name: domain
|
714 |
+
dtype: string
|
715 |
+
- name: lang
|
716 |
+
dtype: string
|
717 |
+
splits:
|
718 |
+
- name: train
|
719 |
+
num_bytes: 42046
|
720 |
+
num_examples: 100
|
721 |
+
download_size: 12781
|
722 |
+
dataset_size: 42046
|
723 |
- config_name: Question Answering
|
724 |
features:
|
725 |
- name: instruction
|
|
|
1507 |
data_files:
|
1508 |
- split: train
|
1509 |
path: Program Execution/train-*
|
1510 |
+
- config_name: Punctuation Error Detection
|
1511 |
+
data_files:
|
1512 |
+
- split: train
|
1513 |
+
path: Punctuation Error Detection/train-*
|
1514 |
- config_name: Question Answering
|
1515 |
data_files:
|
1516 |
- split: train
|