Instructions to use spacy/en_core_web_lg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use spacy/en_core_web_lg with spaCy:
!pip install https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_core_web_lg-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_core_web_lg") # Importing as module. import en_core_web_lg nlp = en_core_web_lg.load() - Notebooks
- Google Colab
- Kaggle
Statistical VS deep learning
1
#4 opened about 2 years ago
by
csesaswati
could you please explain to me the whole process of fine-tuning and assigning each TAG or LABEL
#2 opened over 2 years ago
by
MohamedZouabi
How choose the right gpu to train/tune this model en AWS sageemaker
#1 opened almost 3 years ago
by
GozaloMoreno