harshjoshi2211 commited on
Commit
03a386f
·
verified ·
1 Parent(s): 6fc60c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,4 +1,15 @@
1
  ---
2
  datasets:
3
  - harshjoshi2211/amazon_review_dataset
 
 
 
 
 
 
 
 
 
 
 
4
  ---
 
1
  ---
2
  datasets:
3
  - harshjoshi2211/amazon_review_dataset
4
+ license: apache-2.0
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ - f1
10
+ base_model:
11
+ - google-bert/bert-base-uncased
12
+ pipeline_tag: text-classification
13
+ tags:
14
+ - sentiment-analysis, amazon-reviews, text-classification, NLP
15
  ---