You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for the amazing work. I am quite new to the huggingface api and I wonder if you can kindly let me know how I can just use the pretrained CDLM model for event coreference resolution?
The text was updated successfully, but these errors were encountered:
Thanks so much for your reply. I was looking for a bit more specific guidance on how to write the code.
Specfically, I can run the following as indicated on README:
from transformers import AutoTokenizer, AutoModel
# load model and tokenizer
tokenizer = AutoTokenizer.from_pretrained('biu-nlp/cdlm')
model = AutoModel.from_pretrained('biu-nlp/cdlm')
But I wonder how I can use this model on a new example document with events identified, not just to evaluate on the preloaded datasets?
Hi,
Thanks so much for the amazing work. I am quite new to the huggingface api and I wonder if you can kindly let me know how I can just use the pretrained CDLM model for event coreference resolution?
The text was updated successfully, but these errors were encountered: