Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
PravinKonze321
/
course_ner
like
0
Text Classification
spaCy
English
License:
mit
Model card
Files
Files and versions
Community
Use this model
main
course_ner
/
__init__.py
PravinKonze321
Upload folder using huggingface_hub
b0d03fd
verified
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
67 Bytes
import
spacy
def
load_model
():
return
spacy.load(
"course_ner"
)