Text Generation
PEFT
Safetensors
English
relation-extraction
information-extraction
literary-nlp
qlora
lora
nlp
conversational
Instructions to use Despina/SmolLM3-3B-re_littune-0-shot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Despina/SmolLM3-3B-re_littune-0-shot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceTB/SmolLM3-3B") model = PeftModel.from_pretrained(base_model, "Despina/SmolLM3-3B-re_littune-0-shot") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!