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_0.pth with huggingface_hub
Browse files
checkpoint-26/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96f74265d83d0cb0c566500bcb2156abb270ed595b5c751a5fa200d8c6df6a2d
|
| 3 |
+
size 14960
|