deepcopy's picture
Upload README.md with huggingface_hub
127ae26 verified
|
raw
history blame
962 Bytes
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: page_id
      dtype: string
    - name: expressions
      sequence:
        - name: latex
          dtype: string
        - name: latex_norm
          dtype: string
        - name: latex_expand
          dtype: string
        - name: x_min
          dtype: float32
        - name: y_min
          dtype: float32
        - name: x_max
          dtype: float32
        - name: y_max
          dtype: float32
        - name: expr_type
          dtype: string
  splits:
    - name: train
      num_bytes: 1635422184.212
      num_examples: 4649
    - name: val
      num_bytes: 308708516
      num_examples: 856
  download_size: 1926764037
  dataset_size: 1944130700.212
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*

Dataset Card for "IBEM-v1-math-detection"

More Information needed