junhua / IPOD

A Corpus of 475,000 Industrial Occupations
Other
63 stars 24 forks source link

Reproducing #4

Open harryjulian opened 1 year ago

harryjulian commented 1 year ago

Hi, I'd like to use this in some of my data science work but there's not really any steps on how to reproduce.

The linked checkpoint is for a .pt file whilst the repo links to a tensorflow implementation of ELMO.

Any advice? I'm assuming the original model was trained using the AllenNLP pytorch implementation of ELMO?

mingjeng-okta commented 1 year ago

Likewise, having trouble setting up the model

versatile712 commented 9 months ago

same

astrojuanlu commented 4 months ago

Just getting the dependencies in place is a bit of a challenge :) In-progress environment.yml, but I get an error from torch.distributed still

channels:
- conda-forge
dependencies:
- allennlp
- ipython
- python
- python-flair
- pytorch
- torchvision
- spacy
- tokenizers
- typing_extensions[version='<4.5']

(better resolved with micromamba)

monWork commented 2 months ago

@astrojuanlu Were able to use these embeddings ? If so can you help me out as well