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
- Repository: https://github.com/OpenLLM-Ro/llama-recipes
- Paper: https://arxiv.org/abs/2406.18266
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 | |||||||
Llama-2-7b | |||||||
RoLlama2-7b-Base-2024-05-14 |
Downstream Tasks
Model | (Macro F1) |
(Macro F1) |
(Macro F1) |
(Macro F1) |
(Bleu) |
(Bleu) |
(Bleu) |
(Bleu) |
Llama-2-7b | ||||||||
RoLlama2-7b-Base-2024-05-14 |
Model | ||||||||
Llama-2-7b | ||||||||
RoLlama2-7b-Base-2024-05-14 |
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
@misc{masala2024vorbecstiromanecsterecipetrain,
title={"Vorbe\c{s}ti Rom\^ane\c{s}te?" A Recipe to Train Powerful Romanian LLMs with English Instructions},
author={Mihai Masala and Denis C. Ilie-Ablachim and Alexandru Dima and Dragos Corlatescu and Miruna Zavelca and Ovio Olaru and Simina Terian-Dan and Andrei Terian-Dan and Marius Leordeanu and Horia Velicu and Marius Popescu and Mihai Dascalu and Traian Rebedea},
year={2024},
eprint={2406.18266},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2406.18266},
}
- Downloads last month
- 590
Model tree for OpenLLM-Ro/RoLlama2-7b-Base
Base model
meta-llama/Llama-2-7b-hfDataset used to train OpenLLM-Ro/RoLlama2-7b-Base
Collection including OpenLLM-Ro/RoLlama2-7b-Base
Evaluation results
- Average accuracy on Romanian_Academic_Benchmarksself-reported38.030
- Average accuracy on OpenLLM-Ro/ro_arc_challengeself-reported37.950
- Average accuracy on OpenLLM-Ro/ro_mmluself-reported27.220
- Average accuracy on OpenLLM-Ro/ro_winograndeself-reported59.290
- Average accuracy on OpenLLM-Ro/ro_hellaswagself-reported57.220
- Average accuracy on OpenLLM-Ro/ro_gsm8kself-reported2.530
- Average accuracy on OpenLLM-Ro/ro_truthfulqaself-reported44.000
- Average macro-f1 on LaRoSeDa_binaryself-reported83.250
- Average macro-f1 on LaRoSeDa_multiclassself-reported61.040
- Average macro-f1 on LaRoSeDa_binary_finetunedself-reported98.970