Gaphilly commited on
Commit
f031483
1 Parent(s): a5b5220

Update README.md

Browse files

This is an unfinished version (checkpoint 4350/9909) of GPT2-small trained on a compilation of Shakespeare texts.

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -4,4 +4,14 @@ language:
4
  - en
5
  library_name: transformers
6
  pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
7
  ---
 
4
  - en
5
  library_name: transformers
6
  pipeline_tag: text-generation
7
+ widget:
8
+ - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
9
+ example_title: "Sentiment analysis"
10
+ - text: "Barack Obama nominated Hilary Clinton as his secretary of state on Monday. He chose her because she had ..."
11
+ example_title: "Coreference resolution"
12
+ - text: "On a shelf, there are five books: a gray book, a red book, a purple book, a blue book, and a black book ..."
13
+ example_title: "Logic puzzles"
14
+ - text: "The two men running to become New York City's next mayor will face off in their first debate Wednesday night ..."
15
+ example_title: "Reading comprehension"
16
+
17
  ---