pranavpsv/gpt2-genre-story-generator

Model

45

stars

32

commits

4

repos using this model

2

linked in READMEs

May 23, 2021

updated

endpoints_compatible
gpt2
jax
pytorch
text-generation
text-generation-inference
transformers

README

GPT2 Genre Based Story Generator

Model description

GPT2 fine-tuned on genre-based story generation.

Intended uses

Used to generate stories based on user inputted genre and starting prompts.

How to use

Supported Genres

superhero, action, drama, horror, thriller, sci_fi

Input text format

<BOS> <genre> Some optional text...

Example: <BOS> <sci_fi> After discovering time travel,

# Example of usage
from transformers import pipeline

story_gen = pipeline("text-generation", "pranavpsv/gpt2-genre-story-generator")
print(story_gen("<BOS> <superhero> Batman"))

Training data

Initialized with pre-trained weights of "gpt2" checkpoint. Fine-tuned the model on stories of various genres.

Contributors

system

29 commits

julien-c

1 commits

pranavpsv/gpt2-genre-story-generator

Model

45

stars

32

commits

4

repos using this model

2

linked in READMEs

May 23, 2021

updated

endpoints_compatible
gpt2
jax
pytorch
text-generation
text-generation-inference
transformers

README

GPT2 Genre Based Story Generator

Model description

GPT2 fine-tuned on genre-based story generation.

Intended uses

Used to generate stories based on user inputted genre and starting prompts.

How to use

Supported Genres

superhero, action, drama, horror, thriller, sci_fi

Input text format

<BOS> <genre> Some optional text...

Example: <BOS> <sci_fi> After discovering time travel,

# Example of usage
from transformers import pipeline

story_gen = pipeline("text-generation", "pranavpsv/gpt2-genre-story-generator")
print(story_gen("<BOS> <superhero> Batman"))

Training data

Initialized with pre-trained weights of "gpt2" checkpoint. Fine-tuned the model on stories of various genres.

Contributors

system

29 commits

julien-c

1 commits