Instructions to use Aika-fr/donut-isolant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aika-fr/donut-isolant with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Aika-fr/donut-isolant", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
c0dde21
1
Parent(s): ee1b3bf
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"align_long_axis": false,
|
| 4 |
"architectures": [
|
| 5 |
"DonutModel"
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Chemsseddine/Donut_isolant",
|
| 3 |
"align_long_axis": false,
|
| 4 |
"architectures": [
|
| 5 |
"DonutModel"
|