Text Generation
PEFT
Safetensors
English
lora
qwen2.5-coder
verilog
eda
dft
partial-scan
reinforcement-learning
grpo
conversational
Instructions to use SKLP-EDA-LAB/Tesla-Pro-PSS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SKLP-EDA-LAB/Tesla-Pro-PSS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-7B-Instruct") model = PeftModel.from_pretrained(base_model, "SKLP-EDA-LAB/Tesla-Pro-PSS") - Notebooks
- Google Colab
- Kaggle