Instructions to use OpenMOSS-Team/bart-base-chinese with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/bart-base-chinese with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OpenMOSS-Team/bart-base-chinese") model = AutoModelForSeq2SeqLM.from_pretrained("OpenMOSS-Team/bart-base-chinese") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 6f40d8a verified
Adding `safetensors` variant of this model (#2) a5b6c52
update model to version 2.0 4e93f21
yunfan commited on
Update README.md cac8228
Update README.md 4363ef6
Update README.md 7e8fe38
Yunfan Shao commited on
Update README.md db02935
Yunfan Shao commited on
Update README.md 56e1648
Yunfan Shao commited on
update eb46a5f
Yunfan Shao commited on
update readme 0396827
Yunfan Shao commited on
add readme ac16e87
Yunfan Shao commited on
First version of the bart-base-chinese. 7afafbd
yunfan commited on