Instructions to use inesctec/CitiLink-XLMR-large-Structural-Segmentation-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use inesctec/CitiLink-XLMR-large-Structural-Segmentation-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="inesctec/CitiLink-XLMR-large-Structural-Segmentation-en")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("inesctec/CitiLink-XLMR-large-Structural-Segmentation-en") model = AutoModelForQuestionAnswering.from_pretrained("inesctec/CitiLink-XLMR-large-Structural-Segmentation-en", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
acf9f46 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:546c8ec2dd3babbaac1c50d18d820a7e931eafa00c161d2dabb6346db6a51aec
size 5777
|