Commit From AutoTrain Evaluator
Browse files- README.md +33 -0
- config.json +1 -0
- predictions.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
type: predictions
|
3 |
+
tags:
|
4 |
+
- autotrain
|
5 |
+
- evaluation
|
6 |
+
datasets:
|
7 |
+
- samsum
|
8 |
+
eval_info:
|
9 |
+
task: summarization
|
10 |
+
model: pszemraj/long-t5-tglobal-large-pubmed-3k-booksum-16384-WIP
|
11 |
+
metrics: ['perplexity']
|
12 |
+
dataset_name: samsum
|
13 |
+
dataset_config: samsum
|
14 |
+
dataset_split: test
|
15 |
+
col_mapping:
|
16 |
+
text: dialogue
|
17 |
+
target: summary
|
18 |
+
---
|
19 |
+
# Dataset Card for AutoTrain Evaluator
|
20 |
+
|
21 |
+
This repository contains model predictions generated by [AutoTrain](https://huggingface.co/autotrain) for the following task and dataset:
|
22 |
+
|
23 |
+
* Task: Summarization
|
24 |
+
* Model: pszemraj/long-t5-tglobal-large-pubmed-3k-booksum-16384-WIP
|
25 |
+
* Dataset: samsum
|
26 |
+
* Config: samsum
|
27 |
+
* Split: test
|
28 |
+
|
29 |
+
To run new evaluation jobs, visit Hugging Face's [automatic model evaluator](https://huggingface.co/spaces/autoevaluate/model-evaluator).
|
30 |
+
|
31 |
+
## Contributions
|
32 |
+
|
33 |
+
Thanks to [@pszemraj](https://huggingface.co/pszemraj) 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:1e7ff3380b357921dc7fca3157e84f71f0ae0033b8ba0fb3229f7be5e8725966
|
3 |
+
size 418563
|