Edit model card

Model Description

Konsultasi(Q&A) stunting pada anak

  • Developed by: Tanwir
  • Language : Indonesia

Evaluation (GLUE)

image/png

Use with transformers

Pastikan untuk memperbarui instalasi transformer Anda melalui pip install --upgrade transformer.

import torch
from transformers import pipeline

model_id = "kodetr/stunting-qa-v3"
pipe = pipeline(
    "text-generation",
    model=model_id,
    torch_dtype=torch.bfloat16,
    device_map="auto",
)

messages = [
    {"role": "system", "content": "Jelaskan definisi 1000 hari pertama kehidupan."},
    {"role": "user", "content": "Apa itu 1000 hari pertama kehidupan?"},
]
outputs = pipe(
    messages,
    max_new_tokens=256,
)
print(outputs[0]["generated_text"][-1])
Downloads last month
334
Safetensors
Model size
3.21B params
Tensor type
F32
·
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for kodetr/stunting-qa-v3

Finetuned
(98)
this model