How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="FrostAura/gpt-neo-1.3B-fiction-novel-generation")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("FrostAura/gpt-neo-1.3B-fiction-novel-generation")
model = AutoModelForMultimodalLM.from_pretrained("FrostAura/gpt-neo-1.3B-fiction-novel-generation")
Quick Links

fa.intelligence.models.generative.novels.fiction

Description

This FrostAura Intelligence model is a fine-tuned version of EleutherAI/gpt-neo-1.3B for fictional text content generation.

Getting Started

PIP Installation

pip install -U --no-cache-dir transformers

Usage

from transformers import pipeline

model_name: str = 'FrostAura/gpt-neo-1.3B-fiction-novel-generation'
generator: pipeline = pipeline('text-generation', model=model_name)

prompt: str = 'So far my day has been '
gen_text: str = generator(prompt, do_sample=True, min_length=50)

print(f'Result: {gen_text}')

Further Fine-Tuning

in development

Support

If you enjoy FrostAura open-source content and would like to support us in continuous delivery, please consider a donation via a platform of your choice.

Supported Platforms Link
PayPal Donate via Paypal

For any queries, contact dean.martin@frostaura.net.

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using FrostAura/gpt-neo-1.3B-fiction-novel-generation 1