Instructions to use InstaDeepAI/segment_nt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use InstaDeepAI/segment_nt with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="InstaDeepAI/segment_nt", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("InstaDeepAI/segment_nt", trust_remote_code=True) model = AutoModel.from_pretrained("InstaDeepAI/segment_nt", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
64caad6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:be6e88df8fc67cc76bbe12ecbd75c26de2123ff2901a4d050ecc21207502e913
size 2250014403
|