llm-finetuning-wr25 / README.md
innovation-hacking2's picture
Upload dataset
60ff144 verified
|
raw
history blame
3.12 kB
metadata
dataset_info:
  - config_name: example_dataset
    features:
      - name: org_bar
        dtype: string
    splits:
      - name: train
        num_bytes: 66261
        num_examples: 20
    download_size: 52939
    dataset_size: 66261
  - config_name: food_to_beer_json
    features:
      - name: question
        dtype: string
      - name: answer
        struct:
          - name: abv
            dtype: float64
          - name: attenuation_level
            dtype: float64
          - name: boil_volume
            struct:
              - name: unit
                dtype: string
              - name: value
                dtype: int64
          - name: brewers_tips
            dtype: string
          - name: description
            dtype: string
          - name: ebc
            dtype: float64
          - name: ibu
            dtype: float64
          - name: ingredients
            struct:
              - name: hops
                list:
                  - name: add
                    dtype: string
                  - name: amount
                    struct:
                      - name: unit
                        dtype: string
                      - name: value
                        dtype: float64
                  - name: attribute
                    dtype: string
                  - name: name
                    dtype: string
              - name: malt
                list:
                  - name: amount
                    struct:
                      - name: unit
                        dtype: string
                      - name: value
                        dtype: float64
                  - name: name
                    dtype: string
              - name: yeast
                dtype: string
          - name: method
            struct:
              - name: fermentation
                struct:
                  - name: temp
                    struct:
                      - name: unit
                        dtype: string
                      - name: value
                        dtype: int64
              - name: mash_temp
                list:
                  - name: duration
                    dtype: int64
                  - name: temp
                    struct:
                      - name: unit
                        dtype: string
                      - name: value
                        dtype: int64
              - name: twist
                dtype: string
          - name: name
            dtype: string
          - name: ph
            dtype: float64
          - name: srm
            dtype: float64
          - name: target_fg
            dtype: int64
          - name: target_og
            dtype: float64
          - name: volume
            struct:
              - name: unit
                dtype: string
              - name: value
                dtype: int64
    splits:
      - name: train
        num_bytes: 1108061
        num_examples: 964
    download_size: 168214
    dataset_size: 1108061
  - config_name: punk-prepared
    features:
      - name: question
        dtype: string
      - name: answer
        dtype: string
    splits:
      - name: train
        num_bytes: 2981579
        num_examples: 964
    download_size: 286559
    dataset_size: 2981579
  - config_name: vbs_to_ps1_translation
    features:
      - name: source
        dtype: string
      - name: target
        dtype: string
      - name: filename
        dtype: string
    splits:
      - name: train
        num_bytes: 24084
        num_examples: 100
    download_size: 9414
    dataset_size: 24084
configs:
  - config_name: example_dataset
    data_files:
      - split: train
        path: example_dataset/train-*
  - config_name: food_to_beer_json
    data_files:
      - split: train
        path: food_to_beer_json/train-*
  - config_name: punk-prepared
    data_files:
      - split: train
        path: punk-prepared/train-*
  - config_name: vbs_to_ps1_translation
    data_files:
      - split: train
        path: vbs_to_ps1_translation/train-*