jkawamoto commited on
Commit
496a52a
1 Parent(s): 83dd3fc
Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -1,21 +1,21 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - translation
6
- - ctranslate2
7
- license: mit
8
- base_model: kworts/BARTxiv
9
- ---
10
- # BARTxiv-ct2
11
- This is a version of [kworts/BARTxiv](https://huggingface.co/kworts/BARTxiv) converted for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2).
12
- The conversion was performed using the following command:
13
-
14
- ```
15
- ct2-transformers-converter --model kworts/BARTxiv --output_dir BARTxiv-ct2 \
16
- --copy_files merges.txt special_tokens_map.json tokenizer.json \
17
- tokenizer_config.json vocab.json
18
- ```
19
-
20
- ## License
21
- 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.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - ctranslate2
6
+ - summarization
7
+ license: mit
8
+ base_model: kworts/BARTxiv
9
+ ---
10
+ # BARTxiv-ct2
11
+ This is a version of [kworts/BARTxiv](https://huggingface.co/kworts/BARTxiv) converted for use with [CTranslate2](https://github.com/OpenNMT/CTranslate2).
12
+ The conversion was performed using the following command:
13
+
14
+ ```
15
+ ct2-transformers-converter --model kworts/BARTxiv --output_dir BARTxiv-ct2 \
16
+ --copy_files merges.txt special_tokens_map.json tokenizer.json \
17
+ tokenizer_config.json vocab.json
18
+ ```
19
+
20
+ ## License
21
+ 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.