facebookresearch / EmpatheticDialogues

Dialogue model that produces empathetic responses when trained on the EmpatheticDialogues dataset.
Other
444 stars 63 forks source link

how do you decide uids of a comment and which will be 6? #25

Closed lsy641 closed 4 years ago

lsy641 commented 4 years ago

the original name and parent_id of a commemt are all a str like "t1_XXX", and when will it be 6 as a deleted comment? if "bert_tokenizer" in dict_: self.using_bert = True assert BERT_ID == "bert-base-cased" deleted_uid = -1 else: self.using_bert = False deleted_uid = 6

EricMichaelSmith commented 4 years ago

From my memory, it'll be 6 if the user themselves was removed from the dataset (i.e. "uid" is user id).