Instructions to use Ekjaer/MLstructureMining with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ekjaer/MLstructureMining with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Ekjaer/MLstructureMining", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -1817,6 +1817,5 @@
|
|
| 1817 |
"file": "xgb_model_bayse_optimization_00000.bin"
|
| 1818 |
},
|
| 1819 |
"task": "tabular-classification"
|
| 1820 |
-
}
|
| 1821 |
-
"model_type": "xgboost"
|
| 1822 |
}
|
|
|
|
| 1817 |
"file": "xgb_model_bayse_optimization_00000.bin"
|
| 1818 |
},
|
| 1819 |
"task": "tabular-classification"
|
| 1820 |
+
}
|
|
|
|
| 1821 |
}
|