Instructions to use gotutiyan/gector-deberta-base-5k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gotutiyan/gector-deberta-base-5k with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("gotutiyan/gector-deberta-base-5k", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config.json with huggingface_hub
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -10029,5 +10029,6 @@
|
|
| 10029 |
"incorrect_label": "$INCORRECT",
|
| 10030 |
"max_length": 80,
|
| 10031 |
"label_smoothing": 0.0,
|
| 10032 |
-
"initializer_range": 0.02
|
|
|
|
| 10033 |
}
|
|
|
|
| 10029 |
"incorrect_label": "$INCORRECT",
|
| 10030 |
"max_length": 80,
|
| 10031 |
"label_smoothing": 0.0,
|
| 10032 |
+
"initializer_range": 0.02,
|
| 10033 |
+
"has_add_pooling_layer": false
|
| 10034 |
}
|