kbang2021 commited on
Commit
1acb93a
·
verified ·
1 Parent(s): bf8ff87

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Model Card for kbang2021/yelp_polarity_tuned_bert_base_1000
2
+
3
+ <!-- Provide a quick summary of what the model is/does. -->
4
+
5
+ Pretrained BERT base model (cased) trained for Basic Sentiment Analysis.
6
+
7
+ ## Model Details
8
+
9
+ ### Model Description
10
+
11
+ <!-- Provide a longer summary of what this model is. -->
12
+
13
+ Finetuned BERT base model (cased) trained on <a href="https://huggingface.co/datasets/fancyzhx/yelp_polarity">fancyzhx/yelp_polarity</a> dataset to perform basic sentiment analysis. Model intended for use with this <a href="https://github.com/kengboonang/Reddit-Review-SA">repository</a> to scrape and analysis sentiments on a Reddit page.
14
+
15
+ - **Developed by:** kbang2021
16
+ - **Language(s) (NLP):** English
17
+ - **Finetuned from model:** BERT base (Cased)