Update README.md
Browse files
README.md
CHANGED
|
@@ -15,11 +15,11 @@ widgets:
|
|
| 15 |
|
| 16 |
### Overview
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of `distilbert-base-uncased` on a social media dataset for the purpose of sentiment analysis. It can classify text into
|
| 19 |
|
| 20 |
### Intended Use
|
| 21 |
|
| 22 |
-
This model is intended for sentiment analysis tasks, particularly for analyzing social media texts.
|
| 23 |
|
| 24 |
### Model Architecture
|
| 25 |
|
|
@@ -29,7 +29,7 @@ This model is based on the `DistilBertForSequenceClassification` architecture, a
|
|
| 29 |
|
| 30 |
### Training Data
|
| 31 |
|
| 32 |
-
The model was trained on a dataset consisting of social media posts, labeled for sentiment (
|
| 33 |
|
| 34 |
### Training Procedure
|
| 35 |
|
|
|
|
| 15 |
|
| 16 |
### Overview
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of `distilbert-base-uncased` on a social media dataset for the purpose of sentiment analysis. It can classify text into non-negative and negative sentiments.
|
| 19 |
|
| 20 |
### Intended Use
|
| 21 |
|
| 22 |
+
This model is intended for sentiment analysis tasks, particularly for analyzing social media texts.
|
| 23 |
|
| 24 |
### Model Architecture
|
| 25 |
|
|
|
|
| 29 |
|
| 30 |
### Training Data
|
| 31 |
|
| 32 |
+
The model was trained on a dataset consisting of social media posts, surveys and interviews, labeled for sentiment (non-negative and negative). The dataset includes texts from a variety of sources and demographics.
|
| 33 |
|
| 34 |
### Training Procedure
|
| 35 |
|