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")
- Downloads last month
- 200
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 DmitryYarov/aristotle_based_on_rugpt3large_based_on_gpt
Base model
ai-forever/rugpt3large_based_on_gpt2