johnnas12 commited on
Commit
a20e500
·
verified ·
1 Parent(s): 1991ce0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - sentiment-analysis
5
+ - bert
6
+ - fine-tuned
7
+ - custom-dataset
8
+ ---
9
+
10
+ # Sentiment Analysis Model for Eco-Friendly Tweets
11
+
12
+ This is a fine-tuned BERT model for sentiment analysis, specifically trained on a synthetic dataset of eco-friendly tweets.
13
+
14
+ ## Model Details
15
+
16
+ This model is based on the `bert-base-uncased` architecture and has been fine-tuned on a custom dataset of 1000 synthetic tweets (500 positive, 500 negative) related to eco-friendly products and concepts.
17
+
18
+ ## Training Data
19
+
20
+ The model was trained on a synthetic dataset created for this purpose. The dataset consists of simple positive and negative statements about eco-friendly products, designed to be easily distinguishable.
21
+
22
+ ## Usage
23
+
24
+ You can use this model for sentiment analysis of text, particularly for text related to eco-friendly topics.