pszemraj commited on
Commit
6598654
1 Parent(s): 66fa8bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -13,9 +13,6 @@ language:
13
  pipeline_tag: summarization
14
  ---
15
 
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
-
19
  # long-t5-tglobal-base-synthsumm_direct
20
 
21
  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
@@ -23,7 +20,7 @@ Fine-tuned on a synthetic dataset of curated long-context text and `GPT-3.5-turb
23
 
24
  - Note: this model has **not** been fine-tuned on any other summarization datasets, just the `synthsumm` data
25
 
26
- Try it in [gradio demo](https://huggingface.co/spaces/pszemraj/document-summarization) | [.md with example outputs](evals-outputs/GAUNTLET.md) (gauntlet)
27
 
28
  ## Usage
29
 
 
13
  pipeline_tag: summarization
14
  ---
15
 
 
 
 
16
  # long-t5-tglobal-base-synthsumm_direct
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
 
20
 
21
  - Note: this model has **not** been fine-tuned on any other summarization datasets, just the `synthsumm` data
22
 
23
+ Try it: [gradio demo](https://huggingface.co/spaces/pszemraj/document-summarization) | free [HF inference api](https://gist.github.com/pszemraj/08f527380ed00ef2f2169e220341c489) via `requests`| [.md with example outputs](evals-outputs/GAUNTLET.md) (gauntlet)
24
 
25
  ## Usage
26