Text Classification
Transformers
PyTorch
Safetensors
Chinese
bart
text2text-generation
fill-mask
Summarization
Chinese
CPT
BART
BERT
seq2seq
Instructions to use OpenMOSS-Team/cpt-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/cpt-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="OpenMOSS-Team/cpt-large")# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("OpenMOSS-Team/cpt-large") model = AutoModelForSeq2SeqLM.from_pretrained("OpenMOSS-Team/cpt-large") - Notebooks
- Google Colab
- Kaggle
Commit History
update model to version 2.0 cb36463
yunfan commited on
Update README.md d3f5c8f
Update README.md 171fd06
Update README.md e3238ce
Update README.md 9d23f7a
Update README.md 41ba950
Update README.md 780afc7
Update README.md 6512734
Update README.md 934ac9e
Update README.md f6c1067
Create README.md e378f9b
update cpt-large 98b1945
yunfan commited on