Instructions to use msarmad4/JSontologybasedcodingbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use msarmad4/JSontologybasedcodingbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Llama/Llama-3.2B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "msarmad4/JSontologybasedcodingbot") - Notebooks
- Google Colab
- Kaggle
Upload model-00001-of-00002.safetensors
Browse files
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:584d8d3e3f82f7964955174dfe5e3b1cf117a9d859f022cfdf7fcb884856e002
|
| 3 |
+
size 4965799096
|