Instructions to use raniero/submission_gradients_math_code_qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use raniero/submission_gradients_math_code_qa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/raniero/llama-hf/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "raniero/submission_gradients_math_code_qa") - Notebooks
- Google Colab
- Kaggle
Upload model.safetensors with huggingface_hub
Browse files- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:238bf8909c1d373d93571890b67438ec1130ea05edd2f0a3556feba865061107
|
| 3 |
+
size 16794200
|