Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: id
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: article_id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: path
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: section_title
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: educational_score
|
| 13 |
+
dtype: float64
|
| 14 |
+
- name: domain
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: document_type
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: domain_scores
|
| 19 |
+
sequence: float64
|
| 20 |
+
- name: document_type_scores
|
| 21 |
+
sequence: float64
|
| 22 |
+
- name: text
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: authors
|
| 25 |
+
sequence: string
|
| 26 |
+
- name: article_url
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: license_type
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: license_url
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: language
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: language_score
|
| 35 |
+
dtype: float64
|
| 36 |
+
- name: age_group
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: age_group_confidence
|
| 39 |
+
dtype: float64
|
| 40 |
+
- name: assertion_type
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: assertion_type_confidence
|
| 43 |
+
dtype: float64
|
| 44 |
+
- name: certainty_level
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: certainty_level_confidence
|
| 47 |
+
dtype: float64
|
| 48 |
+
- name: content_novelty
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: content_novelty_confidence
|
| 51 |
+
dtype: float64
|
| 52 |
+
- name: content_type
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: content_type_confidence
|
| 55 |
+
dtype: float64
|
| 56 |
+
- name: interactive_elements
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: interactive_elements_confidence
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: medical_subfield
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: medical_subfield_confidence
|
| 63 |
+
dtype: float64
|
| 64 |
+
- name: sex
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: sex_confidence
|
| 67 |
+
dtype: float64
|
| 68 |
+
- name: text_type
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: text_type_confidence
|
| 71 |
+
dtype: float64
|
| 72 |
+
- name: writing_style
|
| 73 |
+
dtype: string
|
| 74 |
+
- name: writing_style_confidence
|
| 75 |
+
dtype: float64
|
| 76 |
+
splits:
|
| 77 |
+
- name: train
|
| 78 |
+
num_bytes: 9099078921
|
| 79 |
+
num_examples: 4545349
|
| 80 |
+
download_size: 2668400378
|
| 81 |
+
dataset_size: 9099078921
|
| 82 |
+
---
|
| 83 |
+
# Dataset Card for "biom-v3"
|
| 84 |
+
|
| 85 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|