Skip to content

gmlee329/gpt2_story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt2_story

This GPT2-story model generates genre story text.
When you enter text at the beginning of the story, the model gives you the rest of the story as long as you want.

How to use

This API has 2 routing address

# POST parameter

/long
text : begining of the text you want to generate
number_samples : the number of sentence that will be generated
length : the length of each sentence

/short
text : begining of the text you want to generate
number_samples : the number of word that will be generated

# With CLI :

curl --location --request POST 'https://main-gpt2-story-gmlee329.endpoint.ainize.ai/gpt2-story/long' --form 'text=once upon a time' --form 'num_samples=5' --form 'length=10'

curl --location --request POST 'https://main-gpt2-story-gmlee329.endpoint.ainize.ai/gpt2-story/short' --form 'text=once upon a time' --form 'num_samples=5'

# With swagger :

You can test this API with swagger.yaml on swagger editor

About

This GPT2-story model generates genre story text. When you enter text at the beginning of the story, the model gives you the rest of the story as long as you want.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors