Instructions to use arthrod/c5k-deberta_base-token_level-1-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use arthrod/c5k-deberta_base-token_level-1-2 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("arthrod/c5k-deberta_base-token_level-1-2") - Notebooks
- Google Colab
- Kaggle
Update gliner_config.json
Browse files- gliner_config.json +0 -1
gliner_config.json
CHANGED
|
@@ -25,7 +25,6 @@
|
|
| 25 |
"span_loss_coef": 1.0,
|
| 26 |
"represent_spans": false,
|
| 27 |
"neg_spans_ratio": 1.0,
|
| 28 |
-
"_attn_implementation": "flash_attention_2",
|
| 29 |
"encoder_config": null,
|
| 30 |
"labels_encoder": null,
|
| 31 |
"labels_encoder_config": null,
|
|
|
|
| 25 |
"span_loss_coef": 1.0,
|
| 26 |
"represent_spans": false,
|
| 27 |
"neg_spans_ratio": 1.0,
|
|
|
|
| 28 |
"encoder_config": null,
|
| 29 |
"labels_encoder": null,
|
| 30 |
"labels_encoder_config": null,
|