Text Generation
PEFT
Safetensors
English
lora
data-to-text
text-to-data
factual-consistency
hallucination-detection
Instructions to use Loria-MosAIk/xqdt-e2e-gemma3-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Loria-MosAIk/xqdt-e2e-gemma3-4b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-3-4b-it") model = PeftModel.from_pretrained(base_model, "Loria-MosAIk/xqdt-e2e-gemma3-4b") - Notebooks
- Google Colab
- Kaggle
| torch==2.10.0 | |
| ms-swift==4.1.3 | |
| transformers==4.57.6 | |
| peft==0.19.1 | |
| huggingface-hub==0.36.2 | |
| safetensors==0.7.0 | |
| vllm==0.18.1 | |