Instructions to use makyash/rtl_synthesis with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use makyash/rtl_synthesis with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codellama-7b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "makyash/rtl_synthesis") - Notebooks
- Google Colab
- Kaggle
Mohammad Akyash commited on
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 159967880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a86460d803d7955999df23427530ce57d690d4170aab519e4939499f72e4b6
|
| 3 |
size 159967880
|