Instructions to use browndw/docusco-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use browndw/docusco-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="browndw/docusco-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("browndw/docusco-bert") model = AutoModelForTokenClassification.from_pretrained("browndw/docusco-bert") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tf_model.h5 with git-lfs 214220e
Update tokenizer_config.json 12721cb
Upload tokenizer_config.json 01225b9
Upload flax_model.msgpack with git-lfs c3812fe
Upload config.json 43d5885
Upload pytorch_model.bin with git-lfs 369c5c6
Upload tf_model.h5 with git-lfs 6ebec90
Upload tokenizer_config.json 55365e9
Upload special_tokens_map.json 735dcf2
Upload README.md 4b4d5d5
Upload config.json 1bd5db7
Upload pytorch_model.bin with git-lfs 497d648
upload flax model 8d61287
allow flax 439fb30
Update README.md 9f6833a
Update README.md 71f9396
Update README.md 9faa627
Update README.md 420b806
commit from user 108c904
browndw commited on