This checkpoint should be loaded into BartForConditionalGeneration.frompretrained. See the BART docs for more information.
Search public pages, research tools, and SAVRN solutions.
Original TF 1 code here Authors: Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019 The following is copied from the authors' README.
Original TF 1 code here Authors: Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019 The following is copied from the authors' README. We train a pegasus model with sampled gap sentence ratios on both C4 and HugeNews, and stochastically sample important sentences. The updated the results are reported in this table. The "Mixed & Stochastic" model has the following changes: - trained on both C4 and HugeNews (dataset mixture is weighted by their number of examples). - trained for 1.5M instead of 500k (we observe slower convergence on pretraining perplexity). - the model uniformly sample a gap sentence ratio between 15% and 45%. - importance sentences are sampled using a…
Excerpt from the card by Google.
23 files, 6.8 GB in total. The weights are 3 files totalling 6.8 GB in bin, h5, msgpack.
| File | Type | Size | SHA-256 |
|---|---|---|---|
| flax_model.msgpack | Weights | 2.3 GB | f960b58b993a |
| pytorch_model.bin | Weights | 2.3 GB | a5a41538cce7 |
| tf_model.h5 | Weights | 2.3 GB | 0cefc7e73b78 |
| config.json | Configuration | 3.1 KB | — |
| generation_config.json | Configuration | 260 B | — |
| generation_config_for_summarization_aeslc.json | Configuration | 259 B | — |
| generation_config_for_summarization_arxiv.json | Configuration | 260 B | — |
| generation_config_for_summarization_big_patent.json | Configuration | 260 B | — |
| generation_config_for_summarization_billsum.json | Configuration | 260 B | — |
| generation_config_for_summarization_cnn_dailymail.json | Configuration | 260 B | — |
| generation_config_for_summarization_gigaword.json | Configuration | 259 B | — |
| generation_config_for_summarization_large.json | Configuration | 260 B | — |
| generation_config_for_summarization_multi_news.json | Configuration | 260 B | — |
| generation_config_for_summarization_newsroom.json | Configuration | 260 B | — |
| generation_config_for_summarization_pubmed.json | Configuration | 260 B | — |
| generation_config_for_summarization_reddit_tifu.json | Configuration | 260 B | — |
| generation_config_for_summarization_wikihow.json | Configuration | 260 B | — |
| generation_config_for_summarization_xsum.json | Configuration | 259 B | — |
| special_tokens_map.json | Configuration | 65 B | — |
| README.md | Documentation | 3.3 KB | — |
| .gitattributes | Repository | 391 B | — |
| spiece.model | Tokenizer | 1.9 MB | — |
| tokenizer_config.json | Tokenizer | 88 B | — |
Released by Google through its official repository on Hugging Face.
| Precision | Weights in memory |
|---|---|
| As published | 6.8 GB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
1,024 tokens, from the maximum position embeddings in its published configuration.
This checkpoint should be loaded into BartForConditionalGeneration.frompretrained. See the BART docs for more information.
Original TF 1 code here Authors: Jingqing Zhang, Yao Zhao, Mohammad Saleh and Peter J. Liu on Dec 18, 2019 The following is copied from the authors' README. We train a pegasus model with sampled gap sentence ratios on both C4 and HugeNews, and stochastically sample important sentences. The updated the results are reported in this table. The "Mixed & Stochastic" model has the following changes: - trained on both C4 and HugeNews (dataset mixture is weighted by their number of examples). - trained for 1.5M instead of 500k (we observe slower convergence on pretraining perplexity). - the model uniformly sample a gap sentence ratio between 15% and 45%. - importance sentences are sampled using a…
This model was trained using Amazon SageMaker and the new Hugging Face Deep Learning container.
This checkpoint should be loaded into BartForConditionalGeneration.frompretrained. See the BART docs for more information.
This repository contains the mT5 checkpoint finetuned on the 45 languages of XL-Sum dataset. For finetuning details and scripts, see the paper and the official repository. Scores on the XL-Sum test sets are as follows: Language | ROUGE-1 / ROUGE-2 / ROUGE-L Amharic | 20.0485 / 7.4111 / 18.0753 Arabic | 34.9107 / 14.7937 / 29.1623 Azerbaijani | 21.4227 / 9.5214 / 19.3331 Bengali | 29.5653 / 12.1095 / 25.1315 Burmese | 15.9626 / 5.1477 / 14.1819 Chinese (Simplified) | 39.4071 / 17.7913 / 33.406 Chinese (Traditional) | 37.1866 / 17.1432 / 31.6184 English | 37.601 / 15.1536 / 29.8817 French | 35.3398 / 16.1739 / 28.2041 Gujarati | 21.9619 / 7.7417 / 19.86 Hausa | 39.4375 / 17.6786 / 31.6667…