Dedicated Endpoints

Run this model inference on single tenant GPU with unmatched speed and reliability at scale.

Learn more
Container

Run this model inference with full control and performance in your environment.

Learn more

Get help setting up a custom Dedicated Endpoints.

Talk with our engineer to get a quote for reserved GPU instances with discounts.

README

Base Model

  • Qwen/Qwen3-0.6B

Intended Use

This adapter is designed for teaching:

  • instruction fine-tuning,
  • LoRA deployment,
  • local inference,
  • basic evaluation with Exact Match, F1, BLEU, ROUGE-L, and perplexity.

It is not a production Wolof assistant.

Loading Example

python

from peft import PeftModel
from transformers import AutoModelForCausalLM, AutoTokenizer
base_model = "Qwen/Qwen3-0.6B"
adapter_id = "YOUR_USERNAME/YOUR_REPO"
tokenizer = AutoTokenizer.from_pretrained(adapter_id, trust_remote_code=True)
base = AutoModelForCausalLM.from_pretrained(base_model, trust_remote_code=True)
model = PeftModel.from_pretrained(base, adapter_id)

Training Setup

  • LoRA rank: 16
  • LoRA alpha: 32
  • Target modules: attention and MLP projection layers
  • Dataset schema: instruction, input, output
  • Chat template rendered without hidden thinking traces when supported.

Limitations

The dataset is small and classroom-oriented. The model may repeat short Wolof phrases or fail outside the covered categories. Evaluate before reuse.

Model provider

OGB2000

Model tree

Base

Qwen/Qwen3-0.6B

Adapter

this model

Modalities

Input

Text

Output

Text

Pricing

Dedicated Endpoints

View details

Supported Functionality

Model APIs

Dedicated Endpoints

Container

More information

Explore FriendliAI today