Commit ·
129ad84
1
Parent(s): 48c1829
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: artistic-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: artistic-2.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: inputs
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: targets
|
| 8 |
+
dtype: string
|
| 9 |
+
splits:
|
| 10 |
+
- name: test
|
| 11 |
+
num_bytes: 1636649
|
| 12 |
+
num_examples: 3063
|
| 13 |
+
download_size: 768387
|
| 14 |
+
dataset_size: 1636649
|
| 15 |
---
|