Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Text Generation Using GPT2

input

A SENTENCE.

output

SENTENCE

Usage

Set the SENTENCE and the CHARCOUNT (number of characters to be output) in the argument.

$ python3 gpt2.py -i "My name is Clara and I am" -o 30
...
Input  :  My name is Clara and I am
Output :  My name is Clara and I am 17 weeks old baby. Today i will tell ya what the future looks very very dark with me baby! In case u got questions please give email.

Reference

GPT-2

Framework

PyTorch 1.7.0

Model Format

ONNX opset = 11

Netron