mandarjoshi90 / coref

BERT for Coreference Resolution
Apache License 2.0
441 stars 92 forks source link

Possible to generate predictions (but not train a model) on Mac? #20

Closed petulla closed 4 years ago

petulla commented 4 years ago

Hi,

I tried getting this going on a new macbook pro but installation didn't seem possible. I just wanted to use your pretrained model to make cluster predictions from a set of documents. I'm wondering if this use case is supported yet. It seems like maybe this is windows/linux + GPU only at this point.

mandarjoshi90 commented 4 years ago

Hi Sam. Unfortunately, this isn't supported (or at least I don't know how to do it). The easiest way would probably be to get a linux machine from a cloud provider

petulla commented 4 years ago

@mandarjoshi90 Thanks. Have you talked to the folks behind https://github.com/huggingface/neuralcoref or Huggingface at all? it seems like there's so much overlap between projects.

mandarjoshi90 commented 4 years ago

Right. Coreference Resolution is a fairly popular problem in NLP, and there are multiple systems which deal with it. This repo contains research code for reproducing results from our paper and is not intended to be a user-facing solution :)