llama3b_kg / README.md
Kamyar-zeinalipour's picture
Upload dataset
cc731cc verified
metadata
dataset_info:
  features:
    - name: cycle
      dtype: int64
    - name: temperature
      dtype: float64
    - name: top_p
      dtype: float64
    - name: raw_generated_text
      dtype: string
    - name: extracted_output
      dtype: string
    - name: applied_template_text
      dtype: string
    - name: rouge_scores_text
      dtype: string
    - name: rouge_scores_triple
      dtype: string
    - name: rouge_l_fmeasure_text
      dtype: string
    - name: rouge_l_fmeasure_triple
      dtype: float64
    - name: emb_similarity_text
      dtype: string
    - name: emb_similarity_triple
      dtype: float64
    - name: combined_similarity_triple
      dtype: float64
    - name: combined_similarity_text
      dtype: string
    - name: combined_similarity_triple_diff
      dtype: float64
    - name: input_text
      dtype: string
    - name: initial_text
      dtype: string
    - name: source_file
      dtype: string
    - name: user_content
      dtype: string
    - name: assistant_output
      dtype: string
    - name: messages
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: __index_level_0__
      dtype: int64
  splits:
    - name: train
      num_bytes: 14778322
      num_examples: 1950
    - name: test
      num_bytes: 380834
      num_examples: 50
  download_size: 6206131
  dataset_size: 15159156
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*