Open griff4692 opened 2 years ago
Thanks very much.
I assume that the code in model.py
https://github.com/uf-hobi-informatics-lab/2019_N2C2_Track1_ClinicalSTS/blob/master/src/model.py#L68
isn't used. One last question (if you don't mind). What is the input format to the tokenizer? Is it something like sent1 </s> sent2
? I was hoping to get a sense without downloading the STS datasets and running preprocessing scripts.
Hi -
could you provide a code snippet for how to load the model weights from
https://transformer-models.s3.amazonaws.com/2019n2c2_tack1_roberta_pt_stsc_6b_16b_3c_8c.zip
into the Roberta model and then use for inference? Thanks