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 -1
config.json
CHANGED
|
@@ -1814,7 +1814,7 @@
|
|
| 1814 |
]
|
| 1815 |
},
|
| 1816 |
"model": {
|
| 1817 |
-
"file": "
|
| 1818 |
},
|
| 1819 |
"task": "tabular-classification"
|
| 1820 |
}
|
|
|
|
| 1814 |
]
|
| 1815 |
},
|
| 1816 |
"model": {
|
| 1817 |
+
"file": "MLstructureMining_model.bin"
|
| 1818 |
},
|
| 1819 |
"task": "tabular-classification"
|
| 1820 |
}
|