Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: MV
|
6 |
+
path: data/MV-*
|
7 |
+
- split: ALL
|
8 |
+
path: data/ALL-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: A
|
12 |
+
dtype: string
|
13 |
+
- name: B
|
14 |
+
dtype: string
|
15 |
+
- name: SeqA
|
16 |
+
dtype: string
|
17 |
+
- name: SeqB
|
18 |
+
dtype: string
|
19 |
+
- name: __index_level_0__
|
20 |
+
dtype: int64
|
21 |
+
splits:
|
22 |
+
- name: MV
|
23 |
+
num_bytes: 643086797
|
24 |
+
num_examples: 463460
|
25 |
+
- name: ALL
|
26 |
+
num_bytes: 3165529028
|
27 |
+
num_examples: 2552044
|
28 |
+
download_size: 1585982882
|
29 |
+
dataset_size: 3808615825
|
30 |
+
---
|
31 |
+
# Dataset Card for "BIOGRID"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|