Commit
•
a614952
1
Parent(s):
c7fe87b
Update README.md (#4)
Browse files- Update README.md (9ac9b95493bd2b0ea4aaa5168c7bfd06875fe6e2)
Co-authored-by: Sam Wong <[email protected]>
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
|
5 |
tags:
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
10 |
---
|
11 |
|
12 |
# Model Card for FastChat-T5 3B Q8
|
@@ -56,4 +57,4 @@ print(output_text)
|
|
56 |
|
57 |
The code is taken from https://opennmt.net/CTranslate2/guides/transformers.html#t5.
|
58 |
|
59 |
-
The key method of the code above is `translate_batch`, you can find out [its supported parameters here](https://opennmt.net/CTranslate2/python/ctranslate2.Translator.html#ctranslate2.Translator.translate_batch).
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
tags:
|
6 |
+
- ctranslate2
|
7 |
+
- fastchat-t5-3b
|
8 |
+
- quantization
|
9 |
+
- int8
|
10 |
+
pipeline_tag: text2text-generation
|
11 |
---
|
12 |
|
13 |
# Model Card for FastChat-T5 3B Q8
|
|
|
57 |
|
58 |
The code is taken from https://opennmt.net/CTranslate2/guides/transformers.html#t5.
|
59 |
|
60 |
+
The key method of the code above is `translate_batch`, you can find out [its supported parameters here](https://opennmt.net/CTranslate2/python/ctranslate2.Translator.html#ctranslate2.Translator.translate_batch).
|