Instructions to use phonsobon/text_extraction with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phonsobon/text_extraction with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("phonsobon/text_extraction", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "eos_token": { | |
| "content": "</S>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| }, | |
| "pad_token": { | |
| "content": "<PAD>", | |
| "lstrip": false, | |
| "normalized": false, | |
| "rstrip": false, | |
| "single_word": false | |
| } | |
| } | |