Text Generation
PEFT
Safetensors
Rust
code
coding-assistant
qwen2.5-coder
qlora
lora
checkpoint
python
javascript
typescript
sql
go
algorithmic
competitive-programming
software-development
local-inference
fine-tuning
opensynapselabs
conversational
Instructions to use opensynapselabs/arche3.5-codium-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use opensynapselabs/arche3.5-codium-3b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct") model = PeftModel.from_pretrained(base_model, "opensynapselabs/arche3.5-codium-3b") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!