Transformers
PyTorch
TensorBoard
t5
text2text-generation
Generated from Trainer
custom_code
text-generation-inference
Instructions to use llllhd/ChatCare-SFT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use llllhd/ChatCare-SFT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("llllhd/ChatCare-SFT", trust_remote_code=True) model = AutoModelForSeq2SeqLM.from_pretrained("llllhd/ChatCare-SFT", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle