Instructions to use danielcthompson/en_scispaCy_aaa_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use danielcthompson/en_scispaCy_aaa_classification with spaCy:
!pip install https://huggingface.co/danielcthompson/en_scispaCy_aaa_classification/resolve/main/en_scispaCy_aaa_classification-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_scispaCy_aaa_classification") # Importing as module. import en_scispaCy_aaa_classification nlp = en_scispaCy_aaa_classification.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,18 +88,6 @@ model-index:
|
|
| 88 |
|
| 89 |
| Type | Score |
|
| 90 |
| --- | --- |
|
| 91 |
-
| `TAG_ACC` | 0.00 |
|
| 92 |
-
| `LEMMA_ACC` | 0.00 |
|
| 93 |
-
| `DEP_UAS` | 0.00 |
|
| 94 |
-
| `DEP_LAS` | 0.00 |
|
| 95 |
-
| `DEP_LAS_PER_TYPE` | 0.00 |
|
| 96 |
-
| `SENTS_P` | 0.00 |
|
| 97 |
-
| `SENTS_R` | 0.00 |
|
| 98 |
-
| `SENTS_F` | 0.00 |
|
| 99 |
-
| `ENTS_F` | 0.00 |
|
| 100 |
-
| `ENTS_P` | 0.00 |
|
| 101 |
-
| `ENTS_R` | 0.00 |
|
| 102 |
-
| `ENTS_PER_TYPE` | 0.00 |
|
| 103 |
| `CATS_SCORE` | 99.46 |
|
| 104 |
| `CATS_MICRO_P` | 93.06 |
|
| 105 |
| `CATS_MICRO_R` | 99.26 |
|
|
|
|
| 88 |
|
| 89 |
| Type | Score |
|
| 90 |
| --- | --- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
| `CATS_SCORE` | 99.46 |
|
| 92 |
| `CATS_MICRO_P` | 93.06 |
|
| 93 |
| `CATS_MICRO_R` | 99.26 |
|