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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -10,32 +10,34 @@ tags:
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
 
 
10
  license: MIT
11
  datasets:
12
  - DKHate - OffensEval2020
 
13
  Classes:
14
  - Hateful
15
  - Not Hateful
16
  ---
17
 
18
+
19
  # MyModelName
20
 
21
  DKbert-hatespeech-classification
22
 
23
  ## Model description
24
 
25
+ Use this model to detect hatespeech in Danish. For details, guide and command line tool see [DK hate github](https://github.com/Guscode/DKbert-hatespeech-detection)
26
 
27
  ## Training data
28
 
29
+ Training data is from OffensEval2020 which can be found [here]( https://figshare.com/articles/dataset/Danish_Hate_Speech_Abusive_Language_data/12220805)
 
30
 
31
  ## Training procedure
32
 
33
+ - BOTXO Nordic Bert
34
+ - Learning rate: 1e-5,
35
+ - Batch size: 16
36
+ - Max sequence length: 128
37
 
38
  ## Project information
39
 
40
+ This model was made in collaboration between Johan Horsmans and Gustav Aarup Lauridsen for their Cultural Data Science Exam.
41
 
42
  ### BibTeX entry and citation info
43