Upload dataset
Browse files- README.md +27 -1
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -9,7 +9,33 @@ configs:
|
|
| 9 |
- config_name: default
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
-
path:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Yannik019/llm_pack_detection
|
|
|
|
| 9 |
- config_name: default
|
| 10 |
data_files:
|
| 11 |
- split: train
|
| 12 |
+
path: data/train-*
|
| 13 |
+
dataset_info:
|
| 14 |
+
features:
|
| 15 |
+
- name: image
|
| 16 |
+
dtype: image
|
| 17 |
+
- name: caption
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: bucket
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: sample_id
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: labels
|
| 24 |
+
list: string
|
| 25 |
+
- name: annotation_indices
|
| 26 |
+
list: int64
|
| 27 |
+
- name: annotation_x
|
| 28 |
+
list: int64
|
| 29 |
+
- name: annotation_y
|
| 30 |
+
list: int64
|
| 31 |
+
- name: annotation_count
|
| 32 |
+
dtype: int64
|
| 33 |
+
splits:
|
| 34 |
+
- name: train
|
| 35 |
+
num_bytes: 12169999
|
| 36 |
+
num_examples: 40
|
| 37 |
+
download_size: 12169290
|
| 38 |
+
dataset_size: 12169999
|
| 39 |
---
|
| 40 |
|
| 41 |
# Yannik019/llm_pack_detection
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2073a6efedb1a7a9c1338b8199a9cfa395218b8d4d5d1fba6b74e0c0bb828996
|
| 3 |
+
size 12169290
|