Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: claim
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: evidence_wiki_url
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: text
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: retrieved_evidence_title
|
| 11 |
+
sequence: string
|
| 12 |
+
- name: retrieved_evidence_text
|
| 13 |
+
sequence: string
|
| 14 |
+
- name: labels
|
| 15 |
+
dtype: int64
|
| 16 |
+
- name: Retrieval_Success
|
| 17 |
+
dtype: bool
|
| 18 |
+
- name: Predicted_Labels
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: Predicted_Labels_Each_doc
|
| 21 |
+
sequence: int64
|
| 22 |
+
splits:
|
| 23 |
+
- name: train
|
| 24 |
+
num_bytes: 73601741
|
| 25 |
+
num_examples: 11073
|
| 26 |
+
download_size: 34426496
|
| 27 |
+
dataset_size: 73601741
|
| 28 |
+
configs:
|
| 29 |
+
- config_name: default
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: data/train-*
|
| 33 |
+
---
|
| 34 |
+
# Dataset Card for "retrieval_verification_distilbert"
|
| 35 |
+
|
| 36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|