pszemraj commited on
Commit
5ed946f
1 Parent(s): b01c83e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -1,19 +1,23 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - synthetic
5
- license: apache-2.0
6
- datasets:
7
- - BEE-spoke-data/synthsumm-open-v1.0
8
- language:
9
- - en
10
- base_model:
11
- - google/pegasus-x-base
12
- pipeline_tag: summarization
13
- ---
 
14
 
15
  # pegasus-x-base-synthsumm_open-16k
16
 
 
 
 
17
 
18
  This is a text-to-text summarization model fine-tuned from [pegasus-x-base](https://hf.co/google/pegasus-x-base) on a dataset of long documents from various sources/domains and their synthetic summaries.
19
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - synthetic
5
+ - '16384'
6
+ license: apache-2.0
7
+ datasets:
8
+ - BEE-spoke-data/synthsumm-open-v1.0
9
+ language:
10
+ - en
11
+ base_model:
12
+ - google/pegasus-x-base
13
+ pipeline_tag: summarization
14
+ ---
15
 
16
  # pegasus-x-base-synthsumm_open-16k
17
 
18
+ <a href="https://colab.research.google.com/gist/pszemraj/230db7f3fef91ebe5e2957465198ea26/pegasus-x-base-synthsumm_open-16k-example.ipynb">
19
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
20
+ </a>
21
 
22
  This is a text-to-text summarization model fine-tuned from [pegasus-x-base](https://hf.co/google/pegasus-x-base) on a dataset of long documents from various sources/domains and their synthetic summaries.
23