DmitryYarov's picture
Update README.md
0b8d77a verified
metadata
datasets:
  - DmitryYarov/aristotle-russian
license: mit
tags:
  - generated_from_trainer
  - text-generation-inference
  - philosophy
  - digital_philosophy
metrics:
  - accuracy
model-index:
  - name: essays
    results: []
language:
  - ru
base_model:
  - ai-forever/rugpt3large_based_on_gpt2
library_name: transformers

library_name: transformers

Model Card for aristotle_based_on_rugpt3large_based_on_gpt

Model Description

This model is based on the RuGPT-3 Large architecture and fine-tuned on Aristotle's texts. It is designed for generating text in the style of Aristotle.

Intended Use

This model can be used for text generation tasks, particularly for creating philosophical texts or dialogues.

Limitations

The model may reflect biases present in the training data. It is important to evaluate its outputs critically.

How to Use

You can load this model using the following code:

from transformers import AutoModelForCausalLM, AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("DmitryYarov/aristotle_based_on_rugpt3large_based_on_gpt")
model = AutoModelForCausalLM.from_pretrained("DmitryYarov/aristotle_based_on_rugpt3large_based_on_gpt")