Sigurdur's picture
Upload dataset
5787036 verified
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: image
      dtype: image
    - name: font_path
      dtype: string
    - name: bg_color
      list: int64
    - name: font_color
      list: int64
    - name: font_size
      dtype: int64
    - name: image_width
      dtype: int64
    - name: image_height
      dtype: int64
    - name: image_dpi
      dtype: int64
    - name: text_vertical_alignment
      dtype: string
    - name: text_horizontal_alignment
      dtype: string
    - name: paragraph_bboxes
      list:
        - name: bbox
          list: int64
        - name: char_count
          dtype: int64
        - name: columns
          list: int64
        - name: paragraph_index
          dtype: int64
        - name: paragraph_text
          dtype: string
        - name: sequence_number
          dtype: int64
    - name: transformations
      list:
        - name: angle
          dtype: float64
        - name: angle_type
          dtype: string
        - name: applied
          dtype: bool
        - name: background_angle
          dtype: float64
        - name: background_path
          dtype: 'null'
        - name: background_size
          list: int64
        - name: blur_radius
          dtype: float64
        - name: canvas_size
          list: int64
        - name: center_x
          dtype: int64
        - name: center_y
          dtype: int64
        - name: coverage
          dtype: float64
        - name: crop_box
          list: int64
        - name: crop_offset
          list: int64
        - name: crop_size
          list: int64
        - name: curve_intensity
          dtype: float64
        - name: drop_shadow_offset
          list: int64
        - name: dst_points
          list:
            list: int64
        - name: edge
          dtype: int64
        - name: ellipse_height
          dtype: int64
        - name: ellipse_width
          dtype: int64
        - name: gradient_opacity
          dtype: float64
        - name: grain_size
          dtype: int64
        - name: horizontal_inset
          dtype: int64
        - name: intensity
          dtype: float64
        - name: inverse_coeffs
          list: float64
        - name: max_depth
          dtype: float64
        - name: max_deviation
          dtype: int64
        - name: num_points
          dtype: int64
        - name: opacity
          dtype: int64
        - name: pad
          dtype: int64
        - name: pad_ratio
          dtype: float64
        - name: paste_position
          list: int64
        - name: perspective_strength
          dtype: float64
        - name: position
          list: int64
        - name: radius
          dtype: float64
        - name: reason
          dtype: string
        - name: shift_x
          dtype: int64
        - name: shift_y
          dtype: int64
        - name: src_points
          list:
            list: int64
        - name: target_size
          list: int64
        - name: transformation
          dtype: string
        - name: type
          dtype: string
        - name: vertical_offset
          dtype: int64
        - name: was_pretransformed
          dtype: bool
  splits:
    - name: train
      num_bytes: 45954982
      num_examples: 120
    - name: test
      num_bytes: 6127330
      num_examples: 16
    - name: validation
      num_bytes: 5744372
      num_examples: 15
  download_size: 57242326
  dataset_size: 57826684
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*