Instructions to use nl-to-logql/llama-3.1-logql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nl-to-logql/llama-3.1-logql with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Hermes-3-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "nl-to-logql/llama-3.1-logql") - Notebooks
- Google Colab
- Kaggle
Upload checkpoint-52/training_args.bin with huggingface_hub
Browse files
checkpoint-52/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fdf70197fe61ef779959d152a8754adb09c524cbf74c37ebdaf9c3e2925353f6
|
| 3 |
+
size 6648
|