Instructions to use GEOcite/ReferenceParserModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GEOcite/ReferenceParserModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="GEOcite/ReferenceParserModel", trust_remote_code=True)# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("GEOcite/ReferenceParserModel", trust_remote_code=True) model = AutoModelForTokenClassification.from_pretrained("GEOcite/ReferenceParserModel", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
361b84e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ded8fc304d11eff8cd039e74f7200ce929b20d886ad0da252ebc06bfa738f334
size 1109929868
|