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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: apache-2.0
3
  base_model: bert-base-uncased
4
  tags:
5
- - generated_from_trainer
6
  metrics:
7
  - accuracy
8
  model-index:
@@ -10,9 +10,6 @@ model-index:
10
  results: []
11
  ---
12
 
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
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:
@@ -29,7 +26,7 @@ This model can be used for various applications where identifying adult content
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
 
 
2
  license: apache-2.0
3
  base_model: bert-base-uncased
4
  tags:
5
+ - adult text classification
6
  metrics:
7
  - accuracy
8
  model-index:
 
10
  results: []
11
  ---
12
 
 
 
 
13
  # bert-base-uncased-Adult-Text-Classifier
14
  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.
15
  It achieves the following results on the evaluation set:
 
26
 
27
  ## Training and evaluation data
28
 
29
+ 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. It was trained using 80% of data for training and rest for validation.
30
 
31
  ## Training procedure
32