Instructions to use XeroCodes/xenith-2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use XeroCodes/xenith-2b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-1.1-2b-it-bnb-4bit") model = PeftModel.from_pretrained(base_model, "XeroCodes/xenith-2b") - Notebooks
- Google Colab
- Kaggle
Delete xenith-2b-q8_0.gguf
Browse files- xenith-2b-q8_0.gguf +0 -3
xenith-2b-q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:024334e714955b125914dd809389324f0853613f6809a7220895f236eaeb09ea
|
| 3 |
-
size 2669069824
|
|
|
|
|
|
|
|
|
|
|
|