irow commited on
Commit
9b19fb7
1 Parent(s): 978aa66

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - amazon_polarity
4
+ pipeline_tag: text-classification
5
+ ---
6
+ A fine tuned-DistilBERT model used for sentiment analysis, fine tuned using an amazon reviews dataset.
7
+ Take a look at inference.py to see example of how inference works.