ProsusAI / finBERT

Financial Sentiment Analysis with BERT
Apache License 2.0
1.42k stars 413 forks source link

Vocabulary #13

Closed avramandrei closed 4 years ago

avramandrei commented 4 years ago

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 commented 4 years ago

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

avramandrei commented 4 years ago

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 commented 4 years ago

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 :)