Instructions to use Gbone3176/DermL2V with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Gbone3176/DermL2V with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 337 Bytes
e7a3f4c | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"pooling_mode": "structured_selfattn",
"max_length": 512,
"doc_max_length": 400,
"skip_instruction": true,
"selfattn_attn_hidden_dim": 512,
"selfattn_num_hops": 8,
"selfattn_output_dropout": 0.0,
"selfattn_output_norm": "layernorm",
"selfattn_gamma_init": 0.1,
"selfattn_gamma_learnable": true
} |