michellejieli commited on
Commit
6be41af
1 Parent(s): 0a3b214

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ widget:
20
 
21
  # Model Description
22
 
23
- DistilRoBERTa-base is a transformer model that performs sentiment analysis. I fine-tuned the model on Reddit posts with the purpose of classifying not safe for work (NSFW) content that is considered inappropriate and unprofessional. The model predicts 2 classes, which are NSFW or safe for work (SFW).
24
 
25
  The model is a fine-tuned version of [DistilBERT](https://huggingface.co/docs/transformers/model_doc/distilbert).
26
 
 
20
 
21
  # Model Description
22
 
23
+ DistilBERT is a transformer model that performs sentiment analysis. I fine-tuned the model on Reddit posts with the purpose of classifying not safe for work (NSFW) content, specifically text that is considered inappropriate and unprofessional. The model predicts 2 classes, which are NSFW or safe for work (SFW).
24
 
25
  The model is a fine-tuned version of [DistilBERT](https://huggingface.co/docs/transformers/model_doc/distilbert).
26