Guscode commited on
Commit
58f55e3
1 Parent(s): 751e1f2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+
4
+ - Danish
5
+
6
+ tags:
7
+ - Hatespeech
8
+ - Danish
9
+ - BERT
10
+ license: MIT
11
+ datasets:
12
+ - DKHate - OffensEval2020
13
+ - https://figshare.com/articles/dataset/Danish_Hate_Speech_Abusive_Language_data/12220805
14
+ Classes:
15
+ - Hateful
16
+ - Not Hateful
17
+ ---
18
+
19
+ # MyModelName
20
+
21
+ DKbert-hatespeech-classification
22
+
23
+ ## Model description
24
+
25
+ Use this model to detect hatespeech in Danish
26
+
27
+ ## Training data
28
+
29
+ Describe the data you used to train the model.
30
+ If you initialized it with pre-trained weights, add a link to the pre-trained model card or repository with description of the pre-training data.
31
+
32
+ ## Training procedure
33
+
34
+ Preprocessing, hardware used, hyperparameters...
35
+
36
+ ## Project information
37
+
38
+ This model was made in collaboration between Johan Horsmans and Gustav Aarup Lauridsen for their Cultural Data Science Exam
39
+
40
+ ### BibTeX entry and citation info
41
+
42
+ ```bibtex
43
+ @inproceedings{...,
44
+ year={2020}
45
+ }
46
+ ```