PyTorch
Romanian
llama
Eval Results (legacy)

Model Card for Model ID

This model points/is identical to RoLlama2-7b-Base-2024-05-14.

RoLlama2 is a family of pretrained and fine-tuned generative text models for Romanian. This is the repository for the foundational 7B model. Links to other models can be found at the bottom of this page.

Model Details

Model Description

OpenLLM represents the first open-source effort to build a LLM specialized for Romanian. OpenLLM-Ro developed and publicly releases a collection of Romanian LLMs, both in the form of foundational model and instruct and chat variants.

  • Developed by: OpenLLM-Ro
  • Language(s): Romanian
  • License: Llama2 Community License Agreement
  • Continual pretrained from model: Llama-2-7b
  • Trained using: CulturaX

Model Sources

Intended Use

Intended Use Cases

RoLlama2 is intented for research use in Romanian. Base models can be adapted for a variety of natural language tasks while instruction and chat tuned models are intended for assistant-like chat.

Out-of-Scope Use

Use in any manner that violates the license, any applicable laws or regluations, use in languages other than Romanian.

How to Get Started with the Model

Use the code below to get started with the model.

from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Base")
model = AutoModelForCausalLM.from_pretrained("OpenLLM-Ro/RoLlama2-7b-Base")

input_text = "Mihai Eminescu a fost "
input_ids = tokenizer(input_text, return_tensors="pt")

outputs = model.generate(**input_ids, max_new_tokens=100)
print(tokenizer.decode(outputs[0]))

Academic Benchmarks

Model
Average
ARC
MMLU
Winogrande
Hellaswag
GSM8k
TruthfulQA
Llama-2-7b
37.04
36.05
33.66
57.56
48.00
4.75
42.22
RoLlama2-7b-Base-2024-05-14
38.03
37.95
27.22
59.29
57.22
2.53
44.00

Downstream Tasks

LaRoSeDa
WMT
Few-shot
Finetuned
Few-shot
Finetuned
Model
Binary
(Macro F1)
Multiclass
(Macro F1)
Binary
(Macro F1)
Multiclass
(Macro F1)
EN-RO
(Bleu)
RO-EN
(Bleu)
EN-RO
(Bleu)
RO-EN
(Bleu)
Llama-2-7b
93.19
54.11
98.43
87.22
14.90
26.61
24.95
39.09
RoLlama2-7b-Base-2024-05-14
83.25
61.04
98.97
87.72
10.01
13.03
27.85
39.30
XQuAD
STS
Few-shot
Finetuned
Few-shot
Finetuned
Model
(EM)
(F1)
(EM)
(F1)
(Spearman)
(Pearson)
(Spearman)
(Pearson)
Llama-2-7b
38.91
56.82
65.46
79.42
9.08
9.07
79.93
81.08
RoLlama2-7b-Base-2024-05-14
30.15
47.03
67.06
79.96
7.89
7.98
71.75
71.99

RoLlama2 Model Family

Model Link
RoLlama2-7b-Base-2024-05-14 link
RoLlama2-7b-Instruct-2024-05-14 link
RoLlama2-7b-Instruct-2024-10-09 link
RoLlama2-7b-Instruct-DPO-2024-10-09 link

Citation

@inproceedings{masala-etal-2024-vorbesti,
    title = "``Vorbe\c{s}ti Rom{\^a}ne\c{s}te?'' A Recipe to Train Powerful {R}omanian {LLM}s with {E}nglish Instructions",
    author = "Masala, Mihai and Ilie-Ablachim, Denis and Dima, Alexandru and Corlatescu, Dragos Georgian and Zavelca, Miruna-Andreea and Olaru, Ovio and Terian, Simina-Maria and Terian, Andrei and Leordeanu, Marius and Velicu, Horia and Popescu, Marius and Dascalu, Mihai and Rebedea, Traian",
    editor = "Al-Onaizan, Yaser and Bansal, Mohit and Chen, Yun-Nung",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
    month = nov,
    year = "2024",
    address = "Miami, Florida, USA",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-emnlp.681/",
    doi = "10.18653/v1/2024.findings-emnlp.681",
    pages = "11632--11647"
}
Downloads last month
41
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for OpenLLM-Ro/RoLlama2-7b-Base

Finetuned
(974)
this model
Finetunes
6 models
Quantizations
3 models

Dataset used to train OpenLLM-Ro/RoLlama2-7b-Base

Collection including OpenLLM-Ro/RoLlama2-7b-Base

Paper for OpenLLM-Ro/RoLlama2-7b-Base

Evaluation results