nirajandhakal commited on
Commit
ceb50ec
1 Parent(s): baade76

Update README.md

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