Instructions to use Saucystream/fine_tuned_chandra with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Saucystream/fine_tuned_chandra with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Saucystream/fine_tuned_chandra", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Finetune Chandra
#1
by johnlockejrr - opened
Hi! How did you finetune chandra with TRL, could you share the script? I finetuned it with LoRA, if you care I can share mine. Thanks!