ayaenna commited on
Commit
d399f88
1 Parent(s): 258341f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Bert_reviews
2
+
3
+ This model is fine-tuned to classify reviews into four categories: Awareness, Consideration, Decision, and Advocacy.
4
+
5
+ ## Model Details
6
+
7
+ This model is based on the `bert-base-cased` architecture and has been fine-tuned on a dataset of reviews to classify them into one of four categories: Awareness, Consideration, Decision, and Advocacy.
8
+
9
+ ## Usage
10
+
11
+ The model can be used to classify customer reviews into different stages of the customer journey. Simply input a review text, and the model will output the corresponding category.
12
+