liuyanchen1015
commited on
Commit
•
f7c9a7b
1
Parent(s):
49db3e7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: sentence
|
5 |
+
dtype: string
|
6 |
+
- name: idx
|
7 |
+
dtype: int64
|
8 |
+
- name: score
|
9 |
+
dtype: int64
|
10 |
+
splits:
|
11 |
+
- name: test
|
12 |
+
num_bytes: 826318
|
13 |
+
num_examples: 1068
|
14 |
+
- name: train
|
15 |
+
num_bytes: 7759024
|
16 |
+
num_examples: 9991
|
17 |
+
- name: validation
|
18 |
+
num_bytes: 804972
|
19 |
+
num_examples: 1053
|
20 |
+
download_size: 5470745
|
21 |
+
dataset_size: 9390314
|
22 |
+
---
|
23 |
+
# Dataset Card for "VALUE_wikitext2_uninflect"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|