Instructions to use AlbelTec/TinyLlama-Unsloth-FinGPT-Finered with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AlbelTec/TinyLlama-Unsloth-FinGPT-Finered with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama-bnb-4bit") model = PeftModel.from_pretrained(base_model, "AlbelTec/TinyLlama-Unsloth-FinGPT-Finered") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
2e9f5ae | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:33604106f574cc88dbe413eb49e9d9ed0ec9d7e3f9b2dd8e1650169b3feb3213
size 403743472
|