eliasalbouzidi commited on
Commit
f81e707
·
verified ·
1 Parent(s): e91d765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,11 +53,11 @@ 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 100,000 examples, which are distributed as follows:
57
 
58
- 60,000 examples labeled as "Safe"
59
 
60
- 40,000 examples labeled as "Nsfw"
61
 
62
  The data was preprocessed to remove stop words and punctuation, and to convert all text to lowercase.
63
 
 
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
 
60
+ 90,000 examples labeled as "Nsfw"
61
 
62
  The data was preprocessed to remove stop words and punctuation, and to convert all text to lowercase.
63