philippgawlik commited on
Commit
9d496e2
1 Parent(s): 8d234af

Added limitations

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -81,4 +81,9 @@ elif label == "LABEL_0":
81
  print(f"Comment includes mention {has_mention}")
82
  ```
83
 
 
 
 
 
 
84
 
 
81
  print(f"Comment includes mention {has_mention}")
82
  ```
83
 
84
+ ## Limitations
85
+
86
+ Clearly, the amount of training data was to small for a state of the art result. This can be seen in the evaluation chapter. Future rounds of retraining have to be performed. For the sake of completeness we publish this model here within [the projects documentation](https://interaktiv.br.de/ai-detect-newsroom-mentions-in-comments/).
87
+
88
+ An analysis of possible biases reproduced by the present model, regardless of whether they originate from our finetuning or the underlying gpt2 model, is beyond the scope of this work. We assume that biases exist within the model and an analysis will be a task for future work
89