plato-9b
is a fine-tuned version of the
google/gemma-2-9b-it
model for generating responses in the Russian language.
This 9-billion parameter model excels at conversational tasks, offering rich contextual understanding and fine-grained results.
Usage
To use
plato-9b
with the
transformers
library:
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("deepvk/plato-9b")
model = AutoModelForCausalLM.from_pretrained("deepvk/plato-9b")
input_text = "Что стоит посетить в России?"
input_ids = tokenizer(input_text, return_tensors="pt").input_ids
output = model.generate(input_ids, max_length=150, do_sample=True, temperature=0.7)
response = tokenizer.decode(output[0], skip_special_tokens=True)
print(response)
# Что стоит посетить в России?# 1. Красная площадь и Кремль в Москве# 2. Эрмитаж в Санкт-Петербурге# 3. Байкал# 4. Соловецкие острова# 5. Камчатка и её вулканы# 6. Золотое Кольцо# 7. Казанский Кремль# 8. Алтай# 9. Астраханская область и Волго-Донской канал# 10. Кавказские горы и Черноморское побережье# # Каждое из этих мест предлагает уникальные культурные, исторические и природные достопримечательности,# которые делают Россию столь удивительной и разнообразной страной.
Dataset
We applied both Supervised Fine-Tuning (SFT) and Preference Optimization (PO).
For SFT, we used an 8B token instruction dataset, with 4B tokens consisting of dialogues and the rest covering math, biology, chemistry, code, and general knowledge.
The PO dataset contains 200M tokens featuring common knowledge instructions.
We trained on both datasets for several epochs.
Evaluation
To evaluate, we applied LLM-as-a-judge approach on academic tasks.
Specifically, we used
arena-general-ru
and
arena-hard-ru
with
gpt4o
judge and
gpt4o-mini
baseline.
plato-9b huggingface.co is an AI model on huggingface.co that provides plato-9b's model effect (), which can be used instantly with this deepvk plato-9b model. huggingface.co supports a free trial of the plato-9b model, and also provides paid use of the plato-9b. Support call plato-9b model through api, including Node.js, Python, http.
plato-9b huggingface.co is an online trial and call api platform, which integrates plato-9b's modeling effects, including api services, and provides a free online trial of plato-9b, you can try plato-9b online for free by clicking the link below.
deepvk plato-9b online free url in huggingface.co:
plato-9b is an open source model from GitHub that offers a free installation service, and any user can find plato-9b on GitHub to install. At the same time, huggingface.co provides the effect of plato-9b install, users can directly use plato-9b installed effect in huggingface.co for debugging and trial. It also supports api for free installation.