Text Generation
PEFT
Safetensors
Romanian
English
relation-extraction
romanian
cross-lingual
qlora
lora
end-to-end
conversational
Instructions to use DS4AI-UPB/gemma4-ro-e2e-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use DS4AI-UPB/gemma4-ro-e2e-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/export/home/acs/prof/dragos.vasile2603/synasc2026/models/gemma-4-31b-it") model = PeftModel.from_pretrained(base_model, "DS4AI-UPB/gemma4-ro-e2e-lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,14 @@ pipeline_tag: text-generation
|
|
| 18 |
|
| 19 |
# Gemma 4 31B QLoRA adapter — Romanian/English End-to-End Relation Extraction
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
QLoRA adapter for `google/gemma-4-31b-it`, fine-tuned for **End-to-End Relation Extraction** on a Romanian translation of SemEval-2010 Task 8 plus the original English data. Unlike the classification adapter, entity tags are not given: the model reads a plain sentence and generates both entities and the relation between them as a single structured output.
|
| 22 |
|
| 23 |
<!-- This adapter accompanies the SYNASC 2026 paper *"Cross-lingual Relation Extraction with Large Language Models: Zero-Shot, Few-Shot, and Fine-Tuned Evaluation on Romanian"*. -->
|
|
|
|
| 18 |
|
| 19 |
# Gemma 4 31B QLoRA adapter — Romanian/English End-to-End Relation Extraction
|
| 20 |
|
| 21 |
+
[Dragoș Mitruț Vasile](https://scholar.google.com/citations?user=eD-SutAAAAAJ) · [Elena-Simona Apostol](https://scholar.google.com/citations?user=XUZcjpEAAAAJ) · [Stefan-Adrian Toma](https://scholar.google.com/citations?user=wsz8cUgAAAAJ) · [Adrian Paschke](https://scholar.google.com/citations?user=D_ZARycAAAAJ) · [Ciprian-Octavian Truică](https://scholar.google.com/citations?user=ZOKqr-QAAAAJ)
|
| 22 |
+
|
| 23 |
+
[](https://When-Paper-Appears-it-Will-Work.com)
|
| 24 |
+
[](https://arxiv.org/abs/WIP)
|
| 25 |
+
[](https://github.com/DS4AI-UPB/crosslingual-romanian-re)
|
| 26 |
+
[](https://github.com/DS4AI-UPB/crosslingual-romanian-re)
|
| 27 |
+
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
| 28 |
+
|
| 29 |
QLoRA adapter for `google/gemma-4-31b-it`, fine-tuned for **End-to-End Relation Extraction** on a Romanian translation of SemEval-2010 Task 8 plus the original English data. Unlike the classification adapter, entity tags are not given: the model reads a plain sentence and generates both entities and the relation between them as a single structured output.
|
| 30 |
|
| 31 |
<!-- This adapter accompanies the SYNASC 2026 paper *"Cross-lingual Relation Extraction with Large Language Models: Zero-Shot, Few-Shot, and Fine-Tuned Evaluation on Romanian"*. -->
|