feat: add mpnet model family #1186
Annotations
4 errors and 8 warnings
main (1.15.4, 26.0.2)
Process completed with exit code 1.
|
main (1.14.5, 25.3.2.2):
test/bumblebee/text/mpnet_test.exs#L31
test :for_masked_language_modeling (Bumblebee.Text.MpNetTest)
|
main (1.14.5, 25.3.2.2):
test/bumblebee/text/mpnet_test.exs#L8
test :base (Bumblebee.Text.MpNetTest)
|
main (1.14.5, 25.3.2.2)
Process completed with exit code 2.
|
main (1.15.4, 26.0.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
main (1.14.5, 25.3.2.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
main (1.14.5, 25.3.2.2):
lib/bumblebee/text/mpnet.ex#L312
variable "encoder_attention_mask" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
main (1.14.5, 25.3.2.2):
lib/bumblebee/text/mpnet.ex#L311
variable "encoder_hidden_state" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
main (1.14.5, 25.3.2.2):
lib/bumblebee/text/mpnet.ex#L378
function classifier_dropout_rate/1 is unused
|
|
main (1.14.5, 25.3.2.2)
Range.split/2 is undefined or private
|
main (1.14.5, 25.3.2.2)
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
|