How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("question-answering", model="KeriaZhang/QCompiler-Llama3.2-3B")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("KeriaZhang/QCompiler-Llama3.2-3B")
model = AutoModelForMultimodalLM.from_pretrained("KeriaZhang/QCompiler-Llama3.2-3B")
Quick Links

This repository contains the model from the paper Neuro-Symbolic Query Compiler.

Code: https://github.com/YuyaoZhangQAQ/QCompiler

Downloads last month
13
Safetensors
Model size
3B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for KeriaZhang/QCompiler-Llama3.2-3B

Quantizations
1 model

Paper for KeriaZhang/QCompiler-Llama3.2-3B