--- language: - en tags: - ctranslate2 - summarization license: apache-2.0 base_model: farleyknight/arxiv-summarization-t5-base-2022-09-21 --- # arxiv-summarization-t5-base-ct2 This is a version of [farleyknight/arxiv-summarization-t5-base-2022-09-21](https://huggingface.co/farleyknight/arxiv-summarization-t5-base-2022-09-21) converted for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2). The conversion was performed using the following command: ``` ct2-transformers-converter --model farleyknight/arxiv-summarization-t5-base-2022-09-21 \ --output_dir arxiv-summarization-t5-base-ct2 \ --copy_files special_tokens_map.json tokenizer.json tokenizer_config.json ``` ## License This adaptation is based on [farleyknight/arxiv-summarization-t5-base-2022-09-21](https://huggingface.co/farleyknight/arxiv-summarization-t5-base-2022-09-21), originally provided under the Apache 2.0 License. Modifications were made for compatibility with CTranslate2. Despite these modifications, this adapted version continues to be distributed under the Apache 2.0 License, honoring the original licensing terms.