eliasalbouzidi commited on
Commit
720e0a3
1 Parent(s): 328d210

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -28,9 +28,9 @@ tags:
28
 
29
  <!-- Provide a quick summary of what the model is/does. -->
30
 
31
- This model is designed to categorize text into three classes: "Safe", or "Nsfw", which makes it suitable for content moderation and filtering applications.
32
 
33
- The model was trained using a dataset containing 100,000 labeled text samples, distributed among the three classes of "Safe" and "Nsfw".
34
 
35
  The model is based on the Distilbert-base model.
36
 
@@ -53,7 +53,7 @@ The model was trained utilizing the Hugging Face Transformers library. The train
53
 
54
  ### Training Data
55
 
56
- The training data for the text classification model consists of a large corpus of text labeled with one of the three classes: "Safe" and "Nsfw". The dataset contains a total of 190,000 examples, which are distributed as follows:
57
 
58
  100,000 examples labeled as "Safe"
59
 
 
28
 
29
  <!-- Provide a quick summary of what the model is/does. -->
30
 
31
+ This model is designed to categorize text into two classes: "Safe", or "Nsfw", which makes it suitable for content moderation and filtering applications.
32
 
33
+ The model was trained using a dataset containing 190,000 labeled text samples, distributed among the two classes of "Safe" and "Nsfw".
34
 
35
  The model is based on the Distilbert-base model.
36
 
 
53
 
54
  ### Training Data
55
 
56
+ The training data for the text classification model consists of a large corpus of text labeled with one of the two classes: "Safe" and "Nsfw". The dataset contains a total of 190,000 examples, which are distributed as follows:
57
 
58
  100,000 examples labeled as "Safe"
59