Token Classification
Transformers
Safetensors
Chinese
bert
Seq2SeqLM
古文
文言文
ancient
classical
作者书名拆分
Instructions to use cbdb/PersonAndBookTitleSplitter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cbdb/PersonAndBookTitleSplitter with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="cbdb/PersonAndBookTitleSplitter")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("cbdb/PersonAndBookTitleSplitter") model = AutoModelForTokenClassification.from_pretrained("cbdb/PersonAndBookTitleSplitter") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
a059579 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c97728d8a44e762a51f4acd0ce94ab9f2450f562ff8810dccb8a4a4c5d74411c
size 406796132
|