add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -25,6 +25,66 @@ configs:
|
|
| 25 |
- pid2name
|
| 26 |
tags:
|
| 27 |
- relation-extraction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
---
|
| 29 |
|
| 30 |
# Dataset Card for few_rel
|
|
|
|
| 25 |
- pid2name
|
| 26 |
tags:
|
| 27 |
- relation-extraction
|
| 28 |
+
dataset_info:
|
| 29 |
+
- config_name: default
|
| 30 |
+
features:
|
| 31 |
+
- name: relation
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: tokens
|
| 34 |
+
sequence: string
|
| 35 |
+
- name: head
|
| 36 |
+
struct:
|
| 37 |
+
- name: text
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: type
|
| 40 |
+
dtype: string
|
| 41 |
+
- name: indices
|
| 42 |
+
sequence:
|
| 43 |
+
sequence: int64
|
| 44 |
+
- name: tail
|
| 45 |
+
struct:
|
| 46 |
+
- name: text
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: type
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: indices
|
| 51 |
+
sequence:
|
| 52 |
+
sequence: int64
|
| 53 |
+
- name: names
|
| 54 |
+
sequence: string
|
| 55 |
+
splits:
|
| 56 |
+
- name: pubmed_unsupervised
|
| 57 |
+
num_bytes: 1117703
|
| 58 |
+
num_examples: 2500
|
| 59 |
+
- name: train_wiki
|
| 60 |
+
num_bytes: 19923155
|
| 61 |
+
num_examples: 44800
|
| 62 |
+
- name: val_nyt
|
| 63 |
+
num_bytes: 1385642
|
| 64 |
+
num_examples: 2500
|
| 65 |
+
- name: val_pubmed
|
| 66 |
+
num_bytes: 488502
|
| 67 |
+
num_examples: 1000
|
| 68 |
+
- name: val_semeval
|
| 69 |
+
num_bytes: 2646249
|
| 70 |
+
num_examples: 8851
|
| 71 |
+
- name: val_wiki
|
| 72 |
+
num_bytes: 5147348
|
| 73 |
+
num_examples: 11200
|
| 74 |
+
download_size: 22674323
|
| 75 |
+
dataset_size: 30708599
|
| 76 |
+
- config_name: pid2name
|
| 77 |
+
features:
|
| 78 |
+
- name: relation
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: names
|
| 81 |
+
sequence: string
|
| 82 |
+
splits:
|
| 83 |
+
- name: pid2name
|
| 84 |
+
num_bytes: 81607
|
| 85 |
+
num_examples: 744
|
| 86 |
+
download_size: 22674323
|
| 87 |
+
dataset_size: 81607
|
| 88 |
---
|
| 89 |
|
| 90 |
# Dataset Card for few_rel
|