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
|
@@ -84,7 +84,7 @@ AI是人工智能的简称,它是一种基于计算机视觉和信息处理技
|
|
| 84 |
Input:
|
| 85 |
chatgpt的出现会导致程序员失业吗?
|
| 86 |
Model output:
|
| 87 |
-
会的,因为chatgpt是程序员必备的工具。
|
| 88 |
```
|
| 89 |
|
| 90 |
```bash
|
|
|
|
| 84 |
Input:
|
| 85 |
chatgpt的出现会导致程序员失业吗?
|
| 86 |
Model output:
|
| 87 |
+
会的,因为chatgpt是程序员必备的工具。
|
| 88 |
```
|
| 89 |
|
| 90 |
```bash
|