Instructions to use magepol/en_tech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use magepol/en_tech with spaCy:
!pip install https://huggingface.co/magepol/en_tech/resolve/main/en_tech-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_tech") # Importing as module. import en_tech nlp = en_tech.load() - Notebooks
- Google Colab
- Kaggle
Update spaCy pipeline
Browse files
en_tech-any-py3-none-any.whl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 607709264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b8dded9ef0cb7e130e4eaa5fa88ef2e979d0a53be2ed5a2929dc3d4995e81f5
|
| 3 |
size 607709264
|