TheMrguiller commited on
Commit
fc39c28
1 Parent(s): 77c2c02

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -2,4 +2,6 @@
2
  language:
3
  - en
4
  pipeline_tag: text-classification
5
- ---
 
 
 
2
  language:
3
  - en
4
  pipeline_tag: text-classification
5
+ ---
6
+ It is a model able to predict toxicity given a history and a response to it. It is created for dialog agents. To use it correctly please use the following schematics: [HST]Hi,how are you?`[END]I am doing fine[ANS] I hope you die.
7
+ Token [HST] initiates the history of the conversation and every pair turn is separeted by [END]. Token [ANS] indicates start of the response to the last utterance. I will update this card, but right now I am developing a bigger proyect with these,so i dont have the time to indicate all the results.