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

Vocabulary #13

Closed
avramandrei opened this issue Mar 25, 2020 · 3 comments
Closed

Vocabulary #13

avramandrei opened this issue Mar 25, 2020 · 3 comments

Comments

@avramandrei
Copy link

Hello,

Could you include the vocab.txt for finBERT? I don't see it in the model's directory and it seems like you are using bert-base-uncased vocabulary for constructing the tokenizer ( https://github.com/ProsusAI/finBERT/blob/master/finbert/finbert.py)

self.tokenizer = BertTokenizer.from_pretrained("bert-base-uncased", do_lower_case=self.config.do_lower_case)

Thank you,
Andrei

@bernardmizzi
Copy link

Dear Andrei, did you manage to run cell 'Configuring training parameters' in the note book finbert_training.ipynb?

@avramandrei
Copy link
Author

I have seen your issue with the configuration parameters. Unfortunately, I did not run the notebook. I only wanted to load finBERT in my program.

Dear Andrei, did you manage to run cell 'Configuring training parameters' in the note book finbert_training.ipynb?

@bernardmizzi
Copy link

I have seen your issue with the configuration parameters. Unfortunately, I did not run the notebook. I only wanted to load finBERT in my program.

Dear Andrei, did you manage to run cell 'Configuring training parameters' in the note book finbert_training.ipynb?

I fixed the issue, thanks anyways :)

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

3 participants