Datasets:
Upload dataset
Browse files- LibreOffice_Writer/train-00000-of-00001.parquet +3 -0
- README.md +27 -0
LibreOffice_Writer/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdcd20cadf827c9c9fb65cbf26276ad0f8c2df9cb4fa595bdc5b489c11df6cd2
|
| 3 |
+
size 189768337
|
README.md
CHANGED
|
@@ -1036,6 +1036,29 @@ dataset_info:
|
|
| 1036 |
num_examples: 741
|
| 1037 |
download_size: 221547179
|
| 1038 |
dataset_size: 230142897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1039 |
configs:
|
| 1040 |
- config_name: 7-Zip
|
| 1041 |
data_files:
|
|
@@ -1217,4 +1240,8 @@ configs:
|
|
| 1217 |
data_files:
|
| 1218 |
- split: train
|
| 1219 |
path: LibreOffice_Impress/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1220 |
---
|
|
|
|
| 1036 |
num_examples: 741
|
| 1037 |
download_size: 221547179
|
| 1038 |
dataset_size: 230142897
|
| 1039 |
+
- config_name: LibreOffice_Writer
|
| 1040 |
+
features:
|
| 1041 |
+
- name: image_id
|
| 1042 |
+
dtype: string
|
| 1043 |
+
- name: image
|
| 1044 |
+
dtype: image
|
| 1045 |
+
- name: bbox
|
| 1046 |
+
list:
|
| 1047 |
+
list: float64
|
| 1048 |
+
- name: text
|
| 1049 |
+
list: string
|
| 1050 |
+
- name: category
|
| 1051 |
+
list: string
|
| 1052 |
+
- name: ids
|
| 1053 |
+
list: string
|
| 1054 |
+
- name: num_boxes
|
| 1055 |
+
dtype: int64
|
| 1056 |
+
splits:
|
| 1057 |
+
- name: train
|
| 1058 |
+
num_bytes: 200814727
|
| 1059 |
+
num_examples: 768
|
| 1060 |
+
download_size: 189768337
|
| 1061 |
+
dataset_size: 200814727
|
| 1062 |
configs:
|
| 1063 |
- config_name: 7-Zip
|
| 1064 |
data_files:
|
|
|
|
| 1240 |
data_files:
|
| 1241 |
- split: train
|
| 1242 |
path: LibreOffice_Impress/train-*
|
| 1243 |
+
- config_name: LibreOffice_Writer
|
| 1244 |
+
data_files:
|
| 1245 |
+
- split: train
|
| 1246 |
+
path: LibreOffice_Writer/train-*
|
| 1247 |
---
|