Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
base_model: pszemraj/pegasus-x-large-book-summary
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
- synthsumm
|
7 |
+
metrics:
|
8 |
+
- rouge
|
9 |
+
datasets:
|
10 |
+
- pszemraj/synthsumm
|
11 |
+
pipeline_tag: summarization
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
---
|
15 |
+
|
16 |
+
# pegasus-x-large-book_synthsumm - bf16
|
17 |
+
|
18 |
+
Fine-tuned on a synthetic dataset of curated long-context text and `GPT-3.5-turbo-1106` summaries spanning multiple domains + "random" long-context examples from pretraining datasets
|
19 |
+
|
20 |
+
|
21 |
+
Try it: [gradio demo](https://huggingface.co/spaces/pszemraj/document-summarization) | [example outputs .md](evals-outputs/GAUNTLET.md) (gauntlet) | code for free [HF inference api](https://gist.github.com/pszemraj/08f527380ed00ef2f2169e220341c489)
|
22 |
+
|
23 |
+
this is just a new repo in bf16 (training precision). refer to original repo for details https://huggingface.co/pszemraj/pegasus-x-large-book_synthsumm
|
24 |
+
|
25 |
+
|