Instructions to use VSSA-SDSA/LT_QA_demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VSSA-SDSA/LT_QA_demo with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Unsloth Studio new
How to use VSSA-SDSA/LT_QA_demo with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VSSA-SDSA/LT_QA_demo to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for VSSA-SDSA/LT_QA_demo to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for VSSA-SDSA/LT_QA_demo to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="VSSA-SDSA/LT_QA_demo", max_seq_length=2048, )
Model Card
This model is a Lithuanian question-answering assistant fine-tuned from unsloth/gemma-3-12b-it on a large-scale Lithuanian question-answer corpus created for user-facing QA and conversational answering.
The model is intended to answer user questions in Lithuanian, with emphasis on public-service and e-government topics.
Intended Use
This model is designed for testing:
- experimentation with Lithuanian instruction-tuned LLMs,
- Lithuanian-language QA assistants,
- public information access scenarios,
- customer-support style conversational systems.
Not Intended Use
This model is not intended to:
- replace legal, medical, tax, or other regulated professional advice,
- guarantee factual correctness in high-stakes scenarios,
- serve as a source of authoritative government decisions,
- operate without human oversight in sensitive or safety-critical settings.
Base Model
This model is a supervised fine-tune of:
- Base model:
unsloth/gemma-3-12b-it
Training Procedure
The model was fine-tuned using the Unsloth training stack on top of Gemma 3 12B Instruct.
Training objective
The main objective was to test and validate Lithuanian-language question answering quality for end-user queries.
Training setup
- Training objective: supervised fine-tuning (SFT)
- Fine-tuning method: LoRA
- Base model: unsloth/gemma-3-12b-it
- Prompt format: instruction / chat-style QA format
- Output language: Lithuanian
Example Usage
Example code is provided in: streaming.py
- Downloads last month
- -