Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: report_id
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: paragraph_nr
|
| 8 |
+
dtype: int64
|
| 9 |
+
- name: text
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: n_words
|
| 12 |
+
dtype: int64
|
| 13 |
+
- name: filing_type
|
| 14 |
+
dtype: string
|
| 15 |
+
splits:
|
| 16 |
+
- name: evaluate
|
| 17 |
+
num_bytes: 838148369
|
| 18 |
+
num_examples: 1825821
|
| 19 |
+
- name: zero_shot
|
| 20 |
+
num_bytes: 45860634
|
| 21 |
+
num_examples: 100000
|
| 22 |
+
- name: active_learning
|
| 23 |
+
num_bytes: 45759361
|
| 24 |
+
num_examples: 100000
|
| 25 |
+
download_size: 491384621
|
| 26 |
+
dataset_size: 929768364
|
| 27 |
---
|