Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
mxmax
/
Chinese_Chat_T5_Base
like
41
Text2Text Generation
Transformers
PyTorch
Chinese
t5
prompt
Text2Text-Generation
text-generation-inference
Inference Endpoints
License:
apache-2.0
Model card
Files
Files and versions
Community
54
Train
Deploy
Use this model
mxmax
commited on
Mar 14, 2023
Commit
cc6c14e
•
1 Parent(s):
fc27f69
Update README.md
Browse files
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -23,6 +23,8 @@ widget:
23
24
模型采用top p的解码方式,每次运行可能结果都略微有些不同。
25
26
Install package:
27
```
28
pip install transformers
23
24
模型采用top p的解码方式,每次运行可能结果都略微有些不同。
25
26
+
## 模型推理
27
+
28
Install package:
29
```
30
pip install transformers