Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
4 |
-
|
5 |
multilinguality:
|
6 |
-
|
7 |
size_categories:
|
8 |
-
|
9 |
source_datasets:
|
10 |
-
|
11 |
task_categories:
|
12 |
-
|
|
|
13 |
dataset_info:
|
14 |
features:
|
15 |
- name: Text
|
@@ -24,6 +25,10 @@ dataset_info:
|
|
24 |
num_examples: 1088
|
25 |
download_size: 528082
|
26 |
dataset_size: 1137328
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
# Contextual Semantic Labels (Large) Benchmark Dataset
|
@@ -34,5 +39,4 @@ Please see [https://github.com/docugami/DFM-benchmarks](https://github.com/docug
|
|
34 |
|
35 |
Please refer to standard huggingface documentation to use this dataset: [https://huggingface.co/docs/datasets/index](https://huggingface.co/docs/datasets/index)
|
36 |
|
37 |
-
The [explore.ipynb](./explore.ipynb) notebook has some reference code.
|
38 |
-
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
language:
|
4 |
+
- en
|
5 |
multilinguality:
|
6 |
+
- monolingual
|
7 |
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
source_datasets:
|
10 |
+
- original
|
11 |
task_categories:
|
12 |
+
- text2text-generation
|
13 |
+
- text-generation
|
14 |
dataset_info:
|
15 |
features:
|
16 |
- name: Text
|
|
|
25 |
num_examples: 1088
|
26 |
download_size: 528082
|
27 |
dataset_size: 1137328
|
28 |
+
tags:
|
29 |
+
- docugami
|
30 |
+
- dfm-csl
|
31 |
+
pretty_name: DoContextual Semantic Lables (Large)
|
32 |
---
|
33 |
|
34 |
# Contextual Semantic Labels (Large) Benchmark Dataset
|
|
|
39 |
|
40 |
Please refer to standard huggingface documentation to use this dataset: [https://huggingface.co/docs/datasets/index](https://huggingface.co/docs/datasets/index)
|
41 |
|
42 |
+
The [explore.ipynb](./explore.ipynb) notebook has some reference code.
|
|