absa_gemma3_format / README.md
aschimmenti2's picture
Upload README.md with huggingface_hub
e714dbf verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: conversations
      list:
        - name: content
          list:
            - name: text
              dtype: string
            - name: type
              dtype: string
        - name: role
          dtype: string
  splits:
    - name: train
      num_bytes: 31049348
      num_examples: 8000
    - name: test
      num_bytes: 7762337
      num_examples: 2000
  download_size: 6830641
  dataset_size: 38811685

Dataset Card for "gemma3_absa_final"

More Information needed