eliasalbouzidi
commited on
Update README.md
Browse files
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
|
57 |
|
58 |
-
|
59 |
|
60 |
-
|
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 |
|