DT12the commited on
Commit
d6f000b
1 Parent(s): c3051d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 positive, negative, and neutral sentiments.
19
 
20
  ### Intended Use
21
 
22
- This model is intended for sentiment analysis tasks, particularly for analyzing social media texts. It supports multiple languages, making it versatile for international applications.
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 (positive, negative, neutral). The dataset includes multiple languages, enhancing the model's multilingual capabilities.
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