Instructions to use nl-to-logql/gemma-2-logql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nl-to-logql/gemma-2-logql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-9b") model = PeftModel.from_pretrained(base_model, "nl-to-logql/gemma-2-logql") - Notebooks
- Google Colab
- Kaggle
Upload checkpoint-26/rng_state_2.pth with huggingface_hub
Browse files
checkpoint-26/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c77d046da1b69a022a867dadd153e4c61e03e41627a0631941db0f6b530193bf
|
| 3 |
+
size 14960
|