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

Some files: config.json','tokenizer_config.json', 'special_tokens_map.json','added_tokens.json', 'vocab.txt' are missing. #2

Open
projectsaj opened this issue Feb 24, 2020 · 1 comment

Comments

@projectsaj
Copy link

In [0]: directory_path+"/pytorch-transformers/examples/lm_finetuning/finetuned_lm")
Out[0]: ['config.json',
'pytorch_model.bin',
'tokenizer_config.json',
'special_tokens_map.json',
'added_tokens.json',
'vocab.txt']
This is the expected output according to your code. We think there is something missing in that line (and probably missing more code), so we tried using the command:

    os.listdir(directory_path+"/pytorch-transformers/examples/lm_finetuning/finetuned_lm")

since the files are being listed. But our output folder contains only 'pytorch_model.bin'.

How can I save the remaining required files to this location?
Please help us.

@Zafershah24
Copy link

@projectsaj Did you figure out a solution for this problem?

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