Instructions to use anakin87/LFM2-2.6B-ttt-rl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use anakin87/LFM2-2.6B-ttt-rl with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("anakin87/lfm-2.6-ttt-sft") model = PeftModel.from_pretrained(base_model, "anakin87/LFM2-2.6B-ttt-rl") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!