arthurmluz's picture
Update README.md
68b61ba
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: text
      dtype: string
    - name: summary
      dtype: string
    - name: gen_summary
      dtype: string
    - name: rouge
      struct:
        - name: rouge1
          dtype: float64
        - name: rouge2
          dtype: float64
        - name: rougeL
          dtype: float64
        - name: rougeLsum
          dtype: float64
    - name: bert
      struct:
        - name: f1
          sequence: float64
        - name: hashcode
          dtype: string
        - name: precision
          sequence: float64
        - name: recall
          sequence: float64
  splits:
    - name: validation
      num_bytes: 22119069
      num_examples: 8165
  download_size: 13030706
  dataset_size: 22119069
configs:
  - config_name: default
    data_files:
      - split: validation
        path: data/validation-*

Dataset Card for "wikilingua_data-wiki_gptextsum_results"

rouge= {'rouge1': 0.33197745689950786, 'rouge2': 0.12351364096382854, 'rougeL': 0.24922924859888235, 'rougeLsum': 0.24922924859888235}

bert= {'precision': 0.761901833262096, 'recall': 0.7622503304255206, 'f1': 0.7612595360336023}