Harisundar/PALL-VLM-data
Viewer • Updated • 32.9k • 120 • 1
How to use Tesleum/0xDental with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("visual-question-answering", model="Tesleum/0xDental") # Load model directly
from transformers import AutoProcessor, AutoModelForMultimodalLM
processor = AutoProcessor.from_pretrained("Tesleum/0xDental")
model = AutoModelForMultimodalLM.from_pretrained("Tesleum/0xDental", device_map="auto")OPG (Orthopantomogram or panoramic radiography) is a specialized, low-dose dental X-ray. It captures a continuous 2D image of your entire mouth, teeth, jaws, and temporomandibular joints (TMJ) in a single sweep. The quick, painless, 15-second scan is vital for diagnosing impacted teeth, jaw conditions, and planning implants or braces.
Base model
Qwen/Qwen3-VL-4B-Instruct