llama2_kg / README.md
Kamyar-zeinalipour's picture
Upload dataset
6b8e9cf 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: input_text_clean
      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: 13691684
      num_examples: 1950
    - name: test
      num_bytes: 349248
      num_examples: 50
  download_size: 5889395
  dataset_size: 14040932
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*