Instructions to use Prakstar/Falcon_3b_fine_tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Prakstar/Falcon_3b_fine_tuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("bigscience/bloom-3b") model = PeftModel.from_pretrained(base_model, "Prakstar/Falcon_3b_fine_tuned") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
06d845f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0a125ec346dd3ef781cdd0650e08841a4d176e4de9da554ad14d1d9cb7f01105
size 9852581
|