lazyghost commited on
Commit
1456b44
1 Parent(s): ebc3700

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -14,23 +14,22 @@ model-index:
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-base-uncased-Adult-Text-Classifier
17
-
18
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
  - Loss: 0.1257
21
  - Accuracy: 0.9824
22
 
23
  ## Model description
24
 
25
- More information needed
26
 
27
  ## Intended uses & limitations
28
 
29
- More information needed
30
 
31
  ## Training and evaluation data
32
 
33
- More information needed
34
 
35
  ## Training procedure
36
 
@@ -67,3 +66,5 @@ The following hyperparameters were used during training:
67
  - Pytorch 2.1.0+cu121
68
  - Datasets 2.16.1
69
  - Tokenizers 0.15.0
 
 
 
14
  should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-base-uncased-Adult-Text-Classifier
17
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the [valurank/Adult-content-dataset](https://huggingface.co/datasets/valurank/Adult-content-dataset). It has been trained to classify text into categories related to adult content.
 
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.1257
20
  - Accuracy: 0.9824
21
 
22
  ## Model description
23
 
24
+ The model is based on BERT (Bidirectional Encoder Representations from Transformers), specifically the uncased version which does not differentiate between capital and lowercase letters. It has been fine-tuned using the Adult Content Dataset to classify text accurately.
25
 
26
  ## Intended uses & limitations
27
 
28
+ This model can be used for various applications where identifying adult content in text is necessary, such as content filtering, moderation systems, or parental controls. However, it's essential to note that no model is perfect, and this model may still make errors in classification. Additionally, the model's performance may vary depending on the context and language used in the text.
29
 
30
  ## Training and evaluation data
31
 
32
+ The model has been trained on the Valurank Adult Content Dataset, which contains a labeled collection of text data categorized into adult and non-adult content.
33
 
34
  ## Training procedure
35
 
 
66
  - Pytorch 2.1.0+cu121
67
  - Datasets 2.16.1
68
  - Tokenizers 0.15.0
69
+
70
+ This model card provides an overview of the model's architecture, training procedure, and performance metrics. It serves as a reference for users interested in utilizing or further understanding the capabilities and limitations of the bert-base-uncased-Adult-Text-Classifier model.