Instructions to use thu-coai/CDial-GPT_LCCC-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-coai/CDial-GPT_LCCC-large with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("thu-coai/CDial-GPT_LCCC-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
model type and tokenizer type
#1
by springtostring - opened
hello,it's a grate work, but I don't know the model type and tokenizer type, can’t load the model right. Could you please add some information in model card?