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
|
@@ -231,6 +231,10 @@ Model output:
|
|
| 231 |
|
| 232 |
qq群:621725172
|
| 233 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
## 引用
|
| 235 |
```bash
|
| 236 |
@misc{mxmax,
|
|
|
|
| 231 |
|
| 232 |
qq群:621725172
|
| 233 |
|
| 234 |
+
本人知乎主页链接:https://www.zhihu.com/people/bing-shui-he-pan
|
| 235 |
+
|
| 236 |
+
GitHub项目链接:https://github.com/core-power/Chinese_Chat_T5_Base
|
| 237 |
+
|
| 238 |
## 引用
|
| 239 |
```bash
|
| 240 |
@misc{mxmax,
|