TimStrohmeyer commited on
Commit
2e1091d
·
verified ·
1 Parent(s): 9456565

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ from transformers import AutoModel
85
  model = AutoModel.from_pretrained("docling-project/MarkushGrapher-2")
86
  ```
87
 
88
- For full inference pipeline usage, see the [MarkushGrapher-IBM repository](https://github.ibm.com/DeepSearch/MarkushGrapher-IBM).
89
 
90
  ## Datasets
91
 
 
85
  model = AutoModel.from_pretrained("docling-project/MarkushGrapher-2")
86
  ```
87
 
88
+ For full inference pipeline usage, see the [MarkushGrapher repository](https://github.com/DS4SD/MarkushGrapher).
89
 
90
  ## Datasets
91