marian-nmt / marian-dev

Fast Neural Machine Translation in C++ - development repository
https://marian-nmt.github.io
Other
253 stars 123 forks source link

[Question] BERT documentation #511

Open ZJaume opened 4 years ago

ZJaume commented 4 years ago

I have seen the new BERT-related changes and I'm trying to use this model. Will be the documentation updated with the BERT parameters and an example of pre-training or fine-tuning?

emjotde commented 4 years ago

Hi. this code is not finished yet, you won't get very far using. For instance, you can train models, but not really do anything with them yet :)

We will have an update soon that will include a couple of preconfigured settings that will make that easier. This is the development repo, so a lot of stuff in here is not quite usable before it makes it's way into http://github.com/marian

ZJaume commented 4 years ago

Ok, thank you!

cservan commented 4 years ago

Hello, thanks for adding this new feature! Cheers, C.