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

bio_embedding.txt link not working #44

Open
victorconan opened this issue Mar 10, 2022 · 2 comments
Open

bio_embedding.txt link not working #44

victorconan opened this issue Mar 10, 2022 · 2 comments

Comments

@victorconan
Copy link

Hey Prof. Shang,

The link to the bio_embedding.txt is broken. Do you have a new place to host that file? Or could you explain the format of the embedding file? Is it similar to Glove's embedding file?

Thanks!

@victorconan
Copy link
Author

Based on the code in save_emb.py, it seems the file is following Glove format:

if __name__ == "__main__":
    parser = argparse.ArgumentParser()
    parser.add_argument('--input_embedding', default="./embedding/glove.6B.100d.txt")
    parser.add_argument('--output_embedding', default="./data/glove.100.pk")
    parser.add_argument('--unk', default='unk')
    args = parser.parse_args()

@ZhangYi0621
Copy link

Hey Prof. Shang,

The link to the bio_embedding.txt is broken. Do you have a new place to host that file? Or could you explain the format of the embedding file? Is it similar to Glove's embedding file?

Thanks!

hello, have you found the bio_embedding.txt file?

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