Update README.md
Browse filesUpdated Readme.md file with Clarifai hosted Nougat model for inferencing
The Nougat-base model is hosted on the Clarifai cloud using this repository checkpoints, allowing easy access through Clarifai API. Users can use the Clarifai Python SDK to easily interact with the model. Additionally, model inference is possible with other Clarifai Client Libraries like Java, cURL, NodeJS, PHP, and more.
README.md
CHANGED
@@ -34,6 +34,10 @@ fine-tuned versions that may interest you.
|
|
34 |
|
35 |
We refer to the [docs](https://huggingface.co/docs/transformers/main/en/model_doc/nougat).
|
36 |
|
|
|
|
|
|
|
|
|
37 |
### BibTeX entry and citation info
|
38 |
|
39 |
```bibtex
|
|
|
34 |
|
35 |
We refer to the [docs](https://huggingface.co/docs/transformers/main/en/model_doc/nougat).
|
36 |
|
37 |
+
### Model Inferencing
|
38 |
+
|
39 |
+
You can try out nougat-base model on [Clarifai](https://clarifai.com/facebook/nougat/models/nougat-base)
|
40 |
+
|
41 |
### BibTeX entry and citation info
|
42 |
|
43 |
```bibtex
|