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
Update validated inference examples
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ by the input, and `incorrect` identifies an input unit realised with incorrect
|
|
| 31 |
information.
|
| 32 |
|
| 33 |
Example inputs and outputs are provided in `smoke_test.json`.
|
|
|
|
| 34 |
|
| 35 |
## Prompt format
|
| 36 |
|
|
|
|
| 31 |
information.
|
| 32 |
|
| 33 |
Example inputs and outputs are provided in `smoke_test.json`.
|
| 34 |
+
Generated text may vary slightly across inference libraries and package versions.
|
| 35 |
|
| 36 |
## Prompt format
|
| 37 |
|