Transformers
PyTorch
Safetensors
Chinese
t5
text2text-generation
prompt
Text2Text-Generation
text-generation-inference
Instructions to use mxmax/Chinese_Chat_T5_Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mxmax/Chinese_Chat_T5_Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mxmax/Chinese_Chat_T5_Base") model = AutoModelForSeq2SeqLM.from_pretrained("mxmax/Chinese_Chat_T5_Base") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -174,7 +174,7 @@ Model output:
|
|
| 174 |
|
| 175 |
## 引用
|
| 176 |
```bash
|
| 177 |
-
@
|
| 178 |
title={chinese_chat: Chinese_Chat_T5_Base},
|
| 179 |
author={Ma Xin},
|
| 180 |
year={2023},
|
|
|
|
| 174 |
|
| 175 |
## 引用
|
| 176 |
```bash
|
| 177 |
+
@misc{mxmax,
|
| 178 |
title={chinese_chat: Chinese_Chat_T5_Base},
|
| 179 |
author={Ma Xin},
|
| 180 |
year={2023},
|