Suru commited on
Commit
08df328
·
verified ·
1 Parent(s): 2be4ade

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -1,3 +1,13 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Sentiment Analysis Model: Fine-Tuned DistilBERT
5
+
6
+ ## Overview
7
+ This repository contains a fine-tuned version of the `distilbert-base-uncased` model, designed for sentiment analysis of tweets. The model is trained to classify the sentiment of a sentence into two categories: positive (label 0) and negative (label 1).
8
+
9
+ ## Model Description
10
+ The fine-tuned model utilizes the `distilbert-base-uncased` architecture, trained on a dataset of GPT-3.5-generated tweets. It is designed to input a sentence and output a binary sentiment label, `0` for positive and `1` for negative.
11
+
12
+ ## Training Data
13
+ The model was trained on a dataset consisting of tweets generated and labeled with sentiments by GPT-3.5. Each tweet in the training set was manually labeled as either positive or negative to provide ground truth for training.