Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: page_id
|
7 |
+
dtype: string
|
8 |
+
- name: expressions
|
9 |
+
sequence:
|
10 |
+
- name: latex
|
11 |
+
dtype: string
|
12 |
+
- name: latex_norm
|
13 |
+
dtype: string
|
14 |
+
- name: latex_expand
|
15 |
+
dtype: string
|
16 |
+
- name: x_min
|
17 |
+
dtype: float32
|
18 |
+
- name: y_min
|
19 |
+
dtype: float32
|
20 |
+
- name: x_max
|
21 |
+
dtype: float32
|
22 |
+
- name: y_max
|
23 |
+
dtype: float32
|
24 |
+
- name: expr_type
|
25 |
+
dtype: string
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 1635422184.212
|
29 |
+
num_examples: 4649
|
30 |
+
download_size: 1629557266
|
31 |
+
dataset_size: 1635422184.212
|
32 |
+
configs:
|
33 |
+
- config_name: default
|
34 |
+
data_files:
|
35 |
+
- split: train
|
36 |
+
path: data/train-*
|
37 |
+
---
|
38 |
+
# Dataset Card for "IBEM-v1-math-detection"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|