utterworks / fast-bert

Super easy library for BERT based NLP models
Apache License 2.0
1.85k stars 342 forks source link

added bert abstractive summarization hyperparameters from_pretrained_… #204

Closed aaronbriel closed 4 years ago

aaronbriel commented 4 years ago

…model method to allow them to be passed from this method call when instantiating BertAbsLearner in this manner, added map_location conditional and parameter to finetuned_wgts_path conditional

kaushaltrivedi commented 4 years ago

Thanks.