Жить бы и радоваться,

Не по себе, —

Творческий кризис,

Что это такое?

Я не поэт,

Я интеллектуальный автомат.

Poemma 12B

Language model, fine tuning over Mistral Nemo using ORPO to generate poems in Russian with imitation of the style of some classics.

Usage

A model can write poetry from scratch, or imitate the style of the following authors:

'Марина Цветаева', 'Александр Пушкин', 'Александр Блок',
'Анна Ахматова', 'Владимир Высоцкий', 'Иосиф Бродский',
'Константин Бальмонт', 'Владимир Маяковский', 'Николай Гумилев',
'Федор Тютчев', 'Сергей Есенин', 'Игорь Северянин', 'Осип Мандельштам',
'Агния Барто', 'Евгений Евтушенко', 'Роберт Рождественский',
'Иван Бунин', 'Андрей Дементьев', 'Самуил Маршак'
from transformers import pipeline

messages = [
    {"role": "user", "content": "Напиши стих о размышлениях нейронной сети в стиле Пушкина. Используй высокую лексику."},
]
pipe = pipeline("text-generation", model="0x7o/poemma-12B")
pipe(messages)

Dataset

https://huggingface.co/datasets/0x7o/poemma-10k

Author

https://t.me/kononyuk

Downloads last month
8
Safetensors
Model size
12.2B params
Tensor type
BF16
·
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for 0x7o/poemma-12B

Quantizations
6 models

Dataset used to train 0x7o/poemma-12B