AbrahamSanders commited on
Commit
e5ebbb0
1 Parent(s): 734a507

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Base model: [microsoft/DialoGPT-large](https://huggingface.co/microsoft/DialoGPT-large)
2
+
3
+ Fine tuned for dialogue response generation on the [Persuasion For Good Dataset](https://gitlab.com/ucdavisnlp/persuasionforgood) (Wang et al., 2019)
4
+
5
+ Three additional special tokens were added during the fine-tuning process:
6
+ - <|pad|> padding token
7
+ - <|user|> speaker control token to prompt user responses
8
+ - <|system|> speaker control token to prompt system responses
9
+
10
+ The following Dialogues were excluded:
11
+ - Those with donation amounts outside of the task range of [$0, $2].
12
+ - Those where a donation of 0 was made at the end of the task but a non-zero amount was pledged in the dialogue.
13
+ - Those with more than 800 words.
14
+
15
+ Stats:
16
+ - Training set: 519 dialogues
17
+ - Validation set: 58 dialogues
18
+ - ~20 utterances per dialogue