Transformers
PyTorch
Safetensors
Chinese
t5
text2text-generation
Text2Text Generation
T5
chinese
sentencepiece
text-generation-inference
Instructions to use IDEA-CCNL/Randeng-T5-784M-MultiTask-Chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use IDEA-CCNL/Randeng-T5-784M-MultiTask-Chinese with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("IDEA-CCNL/Randeng-T5-784M-MultiTask-Chinese") model = AutoModelForSeq2SeqLM.from_pretrained("IDEA-CCNL/Randeng-T5-784M-MultiTask-Chinese") - Notebooks
- Google Colab
- Kaggle
Commit ·
dc68d87
1
Parent(s): 3ebe94e
Adding `safetensors` variant of this model (#2)
Browse files- Adding `safetensors` variant of this model (1679bd301b78c380793e6769f5773618e5d642b1)
Co-authored-by: Safetensors convertbot <[email protected]>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73c2b409545d943ea38d2427d5cfc26a51ac6d2a07a3841243cf8da8eb43adcb
|
| 3 |
+
size 3136502664
|