rpguild / README.md
chargoddard's picture
Upload README.md with huggingface_hub
95e42ce
|
raw
history blame
1.46 kB
metadata
dataset_info:
  - config_name: default
    features:
      - name: username
        dtype: string
      - name: char_name
        dtype: string
      - name: bio
        dtype: string
      - name: context
        list:
          - name: text
            dtype: string
          - name: username
            dtype: string
          - name: char_name
            dtype: string
      - name: reply
        dtype: string
      - name: has_nameless
        dtype: bool
      - name: char_confidence
        dtype: float64
    splits:
      - name: train
        num_bytes: 1921588254
        num_examples: 140469
    download_size: 764073630
    dataset_size: 1921588254
  - config_name: high_confidence
    features:
      - name: username
        dtype: string
      - name: char_name
        dtype: string
      - name: bio
        dtype: string
      - name: context
        list:
          - name: text
            dtype: string
          - name: username
            dtype: string
          - name: char_name
            dtype: string
      - name: reply
        dtype: string
      - name: has_nameless
        dtype: bool
      - name: char_confidence
        dtype: float64
    splits:
      - name: train
        num_bytes: 949419370.7676569
        num_examples: 69403
    download_size: 386317057
    dataset_size: 949419370.7676569
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
  - config_name: high_confidence
    data_files:
      - split: train
        path: high_confidence/train-*

Dataset Card for "rpguild"

More Information needed