Commit From AutoTrain Evaluator
Browse files- README.md +30 -0
- config.json +1 -0
- predictions.parquet +3 -0
    	
        README.md
    ADDED
    
    | @@ -0,0 +1,30 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            type: predictions
         | 
| 3 | 
            +
            tags:
         | 
| 4 | 
            +
            - autotrain
         | 
| 5 | 
            +
            - evaluation
         | 
| 6 | 
            +
            datasets:
         | 
| 7 | 
            +
            - samsum
         | 
| 8 | 
            +
            eval_info:
         | 
| 9 | 
            +
              task: summarization
         | 
| 10 | 
            +
              model: philschmid/bart-large-cnn-samsum
         | 
| 11 | 
            +
              dataset_name: samsum
         | 
| 12 | 
            +
              dataset_config: samsum
         | 
| 13 | 
            +
              dataset_split: test
         | 
| 14 | 
            +
              col_mapping:
         | 
| 15 | 
            +
                text: dialogue
         | 
| 16 | 
            +
                target: summary
         | 
| 17 | 
            +
            ---
         | 
| 18 | 
            +
            # Dataset Card for AutoTrain Evaluator
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            * Task: Summarization
         | 
| 23 | 
            +
            * Model: philschmid/bart-large-cnn-samsum
         | 
| 24 | 
            +
            * Dataset: samsum
         | 
| 25 | 
            +
             | 
| 26 | 
            +
            To run new evaluation jobs, visit Hugging Face's [automatic evaluation service](https://huggingface.co/spaces/autoevaluate/model-evaluator).
         | 
| 27 | 
            +
             | 
| 28 | 
            +
            ## Contributions
         | 
| 29 | 
            +
             | 
| 30 | 
            +
            Thanks to [@lewtun](https://huggingface.co/lewtun) for evaluating this model.
         | 
    	
        config.json
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            {"data_files": {"test": "predictions.parquet"}}
         | 
    	
        predictions.parquet
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e1f3e0e0e8bcaeab09449b524127c1332a7ebe0550bcb380a691b35bd4690637
         | 
| 3 | 
            +
            size 439242
         | 

