Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image_id
|
5 |
+
dtype: int64
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: width
|
9 |
+
dtype: int32
|
10 |
+
- name: height
|
11 |
+
dtype: int32
|
12 |
+
- name: objects
|
13 |
+
sequence:
|
14 |
+
- name: id
|
15 |
+
dtype: int64
|
16 |
+
- name: area
|
17 |
+
dtype: int64
|
18 |
+
- name: bbox
|
19 |
+
sequence: float32
|
20 |
+
length: 4
|
21 |
+
- name: category
|
22 |
+
dtype:
|
23 |
+
class_label:
|
24 |
+
names:
|
25 |
+
'0': acl-x-ray
|
26 |
+
'1': acl
|
27 |
+
splits:
|
28 |
+
- name: train
|
29 |
+
num_bytes: 45899910.976
|
30 |
+
num_examples: 2141
|
31 |
+
download_size: 45852853
|
32 |
+
dataset_size: 45899910.976
|
33 |
+
---
|
34 |
+
# Dataset Card for "acl-x-ray"
|
35 |
+
|
36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|