Instructions to use JohnnyZeppelin/sql-ocr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JohnnyZeppelin/sql-ocr with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("JohnnyZeppelin/sql-ocr", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bos_token": "[BOS]", | |
| "eos_token": "[EOS]", | |
| "pad_token": "[PAD]", | |
| "unk_token": "[UNK]" | |
| } | |