Text Generation
Transformers
Sumic515 commited on
Commit
9bb750a
·
verified ·
1 Parent(s): d055652

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ pipeline_tag: text-classification
4
+ library_name: transformers
5
+ ---
6
+ widget:
7
+ - text: "I liked this movie"
8
+ output:
9
+ - label: POSITIVE
10
+ score: 0.8
11
+ - label: NEGATIVE
12
+ score: 0.2