jkawamoto commited on
Commit
3aa32c4
1 Parent(s): 07a5f6c
Files changed (1) hide show
  1. README.md +22 -23
README.md CHANGED
@@ -1,23 +1,22 @@
1
- ---
2
- language:
3
- - en
4
- tags:
5
- - translation
6
- - ctranslate2
7
- license: apache-2.0
8
- base_model: farleyknight/arxiv-summarization-t5-base-2022-09-21
9
- ---
10
- # arxiv-summarization-t5-base-ct2
11
-
12
- 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).
13
- The conversion was performed using the following command:
14
-
15
- ```
16
- ct2-transformers-converter --model farleyknight/arxiv-summarization-t5-base-2022-09-21 \
17
- --output_dir arxiv-summarization-t5-base-ct2 \
18
- --copy_files special_tokens_map.json tokenizer.json tokenizer_config.json
19
- ```
20
-
21
- ## License
22
- 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.
23
-
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - ctranslate2
6
+ - summarization
7
+ license: apache-2.0
8
+ base_model: farleyknight/arxiv-summarization-t5-base-2022-09-21
9
+ ---
10
+ # arxiv-summarization-t5-base-ct2
11
+
12
+ 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).
13
+ The conversion was performed using the following command:
14
+
15
+ ```
16
+ ct2-transformers-converter --model farleyknight/arxiv-summarization-t5-base-2022-09-21 \
17
+ --output_dir arxiv-summarization-t5-base-ct2 \
18
+ --copy_files special_tokens_map.json tokenizer.json tokenizer_config.json
19
+ ```
20
+
21
+ ## License
22
+ 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.