How to use from the
Use from the
spaCy library
!pip install https://huggingface.co/hsengiv/en_journal_sectionize/resolve/main/en_journal_sectionize-any-py3-none-any.whl

# Using spacy.load().
import spacy
nlp = spacy.load("en_journal_sectionize")

# Importing as module.
import en_journal_sectionize
nlp = en_journal_sectionize.load()
README.md exists but content is empty.
Downloads last month
2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train hsengiv/en_journal_sectionize