feat(gemma3): Add BiGemma3 and ColGemma3 models with Matryoshka embeddings #985
Annotations
5 errors
|
ruff
The process '/opt/hostedtoolcache/ruff/0.14.10/x86_64/ruff' failed with exit code 1
|
|
Ruff (F841):
tests/models/modernvbert/test_interpretability_colmodernvbert.py#L120
tests/models/modernvbert/test_interpretability_colmodernvbert.py:120:9: F841 Local variable `expected_ratio` is assigned to but never used
|
|
Ruff (I001):
tests/models/modernvbert/test_interpretability_colmodernvbert.py#L10
tests/models/modernvbert/test_interpretability_colmodernvbert.py:10:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
tests/interpretability/test_interpretability_workflow.py#L9
tests/interpretability/test_interpretability_workflow.py:9:20: F401 `typing.List` imported but unused
|
|
Ruff (I001):
examples/interpretability/colmodernvbert/generate_interpretability_maps.py#L12
examples/interpretability/colmodernvbert/generate_interpretability_maps.py:12:1: I001 Import block is un-sorted or un-formatted
|