AshtonIsNotHere
commited on
Commit
•
a96bd96
1
Parent(s):
70af573
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: PMID
|
5 |
+
dtype: int64
|
6 |
+
- name: Title
|
7 |
+
dtype: string
|
8 |
+
- name: Abstract
|
9 |
+
dtype: string
|
10 |
+
- name: Hypothesis
|
11 |
+
dtype: string
|
12 |
+
- name: Entailment
|
13 |
+
dtype: float64
|
14 |
+
- name: Positive
|
15 |
+
dtype: bool
|
16 |
+
- name: Label_idx
|
17 |
+
dtype: int64
|
18 |
+
splits:
|
19 |
+
- name: train
|
20 |
+
num_bytes: 204165086
|
21 |
+
num_examples: 112070
|
22 |
+
- name: validation
|
23 |
+
num_bytes: 25747188
|
24 |
+
num_examples: 13958
|
25 |
+
- name: test
|
26 |
+
num_bytes: 25719177
|
27 |
+
num_examples: 13972
|
28 |
+
download_size: 11692785
|
29 |
+
dataset_size: 255631451
|
30 |
+
---
|
31 |
+
# Dataset Card for "biosift-nli"
|
32 |
+
|
33 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|