transformer-models icon indicating copy to clipboard operation
transformer-models copied to clipboard

bert model function m-help should explain what "parameters" input is

Open vpapanasta opened this issue 3 years ago • 1 comments

vpapanasta avatar Feb 23 '22 11:02 vpapanasta

Yeah we could at least say parameters should be mdl.Parameters where mdl = bert(...). We don't mention this in the readme either.

Of course you could create parameters from scratch too, but I never added a handy function to do that. And the FinBERT parameters should work too (see finbert.model is just a simple wrapper to bert.model). So I'd want to somehow say using mdl=bert(...) is sufficient but not necessary.

bwdGitHub avatar Feb 23 '22 11:02 bwdGitHub