andyqin18 commited on
Commit
621c713
1 Parent(s): ceb65db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -12
README.md CHANGED
@@ -10,23 +10,16 @@ model-index:
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
- # finetuned-bert-uncased
14
 
15
- This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.0507
18
 
19
- ## Model description
20
 
21
- More information needed
22
-
23
- ## Intended uses & limitations
24
-
25
- More information needed
26
-
27
- ## Training and evaluation data
28
-
29
- More information needed
30
 
31
  ## Training procedure
32
 
 
10
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
  should probably proofread and complete it, then remove this comment. -->
12
 
13
+ # Model description
14
 
15
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on this [Kaggle dataset](https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge).
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.0507
18
 
19
+ ## Intended uses
20
 
21
+ The model is intended to be used for detecting 6 labels of toxicity.
22
+ The model takes in a comment as string and predicts the probabilities of the 6 types of toxicity (as float between 0 and 1)
 
 
 
 
 
 
 
23
 
24
  ## Training procedure
25