Instructions to use CrowtherLabs/Atom-Electron-1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CrowtherLabs/Atom-Electron-1.0 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openai/gpt-oss-20b") model = PeftModel.from_pretrained(base_model, "CrowtherLabs/Atom-Electron-1.0") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f4502da | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3
size 27868174
|