Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What does path to your model means? #77

Open
aubri61 opened this issue Dec 1, 2019 · 1 comment
Open

What does path to your model means? #77

aubri61 opened this issue Dec 1, 2019 · 1 comment

Comments

@aubri61
Copy link

aubri61 commented Dec 1, 2019

class Embedder(model_dir='/path/to/your/model/', batch_size=64):

in this line,
what does 'path to your model' means?

I tried to import this package to colab
And I'm trying to using it on colab.
So I imported Embedder then i wrote
something like
Embedder('/content/drive/My Drive/')... or Embedder('/ELMoForManyLangs/configs/')
but I can't get what does 'model' means

@hiepnguyen034
Copy link

hiepnguyen034 commented Aug 10, 2020

path to model refers to the directory that your config.json file is stored. For instance, if your config.json file is located in directory Chinese, then what you want is Embedder('Chinese').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants