Token Classification
spaCy
English
Named Entity Recognition Model
NER
Cryptocurrency
Crypto
Eval Results (legacy)
Instructions to use KonstIT/Crypto_NER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use KonstIT/Crypto_NER with spaCy:
!pip install https://huggingface.co/KonstIT/Crypto_NER/resolve/main/Crypto_NER-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("Crypto_NER") # Importing as module. import Crypto_NER nlp = Crypto_NER.load() - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,8 +27,8 @@ model-index:
|
|
| 27 |
---
|
| 28 |
| Feature | Description |
|
| 29 |
| --- | --- |
|
| 30 |
-
| **Name** | `
|
| 31 |
-
| **Version** | `
|
| 32 |
| **spaCy** | `>=3.4.4,<3.5.0` |
|
| 33 |
| **Default Pipeline** | `transformer`, `ner` |
|
| 34 |
| **Components** | `transformer`, `ner` |
|
|
|
|
| 27 |
---
|
| 28 |
| Feature | Description |
|
| 29 |
| --- | --- |
|
| 30 |
+
| **Name** | `Crypto NER` |
|
| 31 |
+
| **Version** | `1.0.0` |
|
| 32 |
| **spaCy** | `>=3.4.4,<3.5.0` |
|
| 33 |
| **Default Pipeline** | `transformer`, `ner` |
|
| 34 |
| **Components** | `transformer`, `ner` |
|