Moreno La Quatra commited on
Commit
d77b1b6
1 Parent(s): 4f4a2c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -12,7 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # distilbert-base-cased-hate-speech
14
 
15
- This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on an unknown dataset.
 
 
16
  It achieves the following results on the evaluation set:
17
  - Loss: 0.6837
18
  - Mae: 1.9686
 
12
 
13
  # distilbert-base-cased-hate-speech
14
 
15
+ **Training:** The model has been trained using the script provided in the following repository https://github.com/MorenoLaQuatra/transformers-tasks-templates
16
+
17
+ This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on [hate speech](https://huggingface.co/datasets/ucberkeley-dlab/measuring-hate-speech) dataset.
18
  It achieves the following results on the evaluation set:
19
  - Loss: 0.6837
20
  - Mae: 1.9686