Instructions to use UBIAI/en_scibert_ScienceIE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use UBIAI/en_scibert_ScienceIE with spaCy:
!pip install https://huggingface.co/UBIAI/en_scibert_ScienceIE/resolve/main/en_scibert_ScienceIE-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_scibert_ScienceIE") # Importing as module. import en_scibert_ScienceIE nlp = en_scibert_ScienceIE.load() - Notebooks
- Google Colab
- Kaggle
updating author
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ model-index:
|
|
| 31 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 32 |
| **Sources** | n/a |
|
| 33 |
| **License** | n/a |
|
| 34 |
-
| **Author** |
|
| 35 |
|
| 36 |
### Label Scheme
|
| 37 |
|
|
|
|
| 31 |
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 32 |
| **Sources** | n/a |
|
| 33 |
| **License** | n/a |
|
| 34 |
+
| **Author** | UBIAI (https://ubiai.tools) |
|
| 35 |
|
| 36 |
### Label Scheme
|
| 37 |
|