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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -75,4 +75,19 @@ Input:
|
|
| 75 |
北京有哪些景点方好玩呢推荐下
|
| 76 |
Model output:
|
| 77 |
故宫的门票是5元,如果去的话可以先到北京故宫博物院看看。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
```
|
|
|
|
| 75 |
北京有哪些景点方好玩呢推荐下
|
| 76 |
Model output:
|
| 77 |
故宫的门票是5元,如果去的话可以先到北京故宫博物院看看。
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
#### 医学领域问答
|
| 81 |
+
```bash
|
| 82 |
+
Input:
|
| 83 |
+
重感冒的话吃什么药
|
| 84 |
+
Model output:
|
| 85 |
+
你好,根据你的描述属于病毒感染引起的症状,需要增加营养补充维生素微量元素,易消化饮食。可以服用感冒药如复方氨酚脘胺颗粒治疗看看
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
```bash
|
| 89 |
+
Input:
|
| 90 |
+
胃癌如何筛查
|
| 91 |
+
Model output:
|
| 92 |
+
你好,胃癌的诊断标准是:1早期确诊,明确病因。2根据病史、病理类型及有无并发症等综合分析;3结合临床症状和体征进行初步判断是否为癌前病变或有肿瘤变现趋势者(如无明显变化) 4对患者的情况做进一步检查以确定治疗方案
|
| 93 |
```
|