Instructions to use teo-sanchez/en_ner_prompting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use teo-sanchez/en_ner_prompting with spaCy:
!pip install https://huggingface.co/teo-sanchez/en_ner_prompting/resolve/main/en_ner_prompting-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_ner_prompting") # Importing as module. import en_ner_prompting nlp = en_ner_prompting.load() - Notebooks
- Google Colab
- Kaggle
Commit ·
43ea6d3
1
Parent(s): 82167d3
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,7 +24,7 @@ widget:
|
|
| 24 |
- text: Golden statue of a victorious warrior raising his sword to the sky, heroic, glorious, in the style of artgerm, gerald brom, atey ghailan and mike mignola, vibrant colors and hard shadows and strong rim light, plain background, comic cover art, trending on artstation
|
| 25 |
- text: Italian renaissance dragon statue castle gallery highly detailed artstation concept art sharp focus illustration briclot rutkowski mucha
|
| 26 |
- text: Quetzalcoatl in an epic battle with garuda, fantasy, stained glass, d & d, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, art by john collier and albert aublet and krenz cushart and artem demura and alphonse mucha
|
| 27 |
-
lisence:
|
| 28 |
---
|
| 29 |
| Feature | Description |
|
| 30 |
| --- | --- |
|
|
@@ -35,7 +35,7 @@ lisence: MIT
|
|
| 35 |
| **Components** | `tok2vec`, `ner` |
|
| 36 |
| **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
|
| 37 |
| **Sources** | n/a |
|
| 38 |
-
| **License** |
|
| 39 |
| **Author** | [Selas.ai](www.selas.ai) |
|
| 40 |
|
| 41 |

|
|
|
|
| 24 |
- text: Golden statue of a victorious warrior raising his sword to the sky, heroic, glorious, in the style of artgerm, gerald brom, atey ghailan and mike mignola, vibrant colors and hard shadows and strong rim light, plain background, comic cover art, trending on artstation
|
| 25 |
- text: Italian renaissance dragon statue castle gallery highly detailed artstation concept art sharp focus illustration briclot rutkowski mucha
|
| 26 |
- text: Quetzalcoatl in an epic battle with garuda, fantasy, stained glass, d & d, intricate, elegant, highly detailed, digital painting, artstation, concept art, matte, sharp focus, illustration, art by john collier and albert aublet and krenz cushart and artem demura and alphonse mucha
|
| 27 |
+
lisence: CC BY 3.0
|
| 28 |
---
|
| 29 |
| Feature | Description |
|
| 30 |
| --- | --- |
|
|
|
|
| 35 |
| **Components** | `tok2vec`, `ner` |
|
| 36 |
| **Vectors** | 514157 keys, 514157 unique vectors (300 dimensions) |
|
| 37 |
| **Sources** | n/a |
|
| 38 |
+
| **License** | CC BY 3.0 |
|
| 39 |
| **Author** | [Selas.ai](www.selas.ai) |
|
| 40 |
|
| 41 |

|