|
--- |
|
language: |
|
- en |
|
tags: |
|
- ctranslate2 |
|
- summarization |
|
license: mit |
|
base_model: kworts/BARTxiv |
|
base_model_relation: quantized |
|
--- |
|
# BARTxiv-ct2 |
|
This is a version of [kworts/BARTxiv](https://huggingface.co/kworts/BARTxiv) converted for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2). |
|
The conversion was performed using the following command: |
|
|
|
``` |
|
ct2-transformers-converter --model kworts/BARTxiv --output_dir BARTxiv-ct2 \ |
|
--copy_files merges.txt special_tokens_map.json tokenizer.json \ |
|
tokenizer_config.json vocab.json |
|
``` |
|
|
|
## License |
|
This adaptation is based on [kworts/BARTxiv](https://huggingface.co/kworts/BARTxiv), originally provided under the MIT License. Modifications were made for compatibility with CTranslate2. Despite these modifications, this adapted version continues to be distributed under the MIT License, honoring the original licensing terms. |