Instructions to use BernardJoshua/text-to-sql-spacy-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use BernardJoshua/text-to-sql-spacy-ner with spaCy:
!pip install https://huggingface.co/BernardJoshua/text-to-sql-spacy-ner/resolve/main/text-to-sql-spacy-ner-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("text-to-sql-spacy-ner") # Importing as module. import text-to-sql-spacy-ner nlp = text-to-sql-spacy-ner.load() - Notebooks
- Google Colab
- Kaggle
| { | |
| "lang":"en", | |
| "name":"pipeline", | |
| "version":"0.0.0", | |
| "spacy_version":">=3.8.14,<3.9.0", | |
| "description":"", | |
| "author":"", | |
| "email":"", | |
| "url":"", | |
| "license":"", | |
| "spacy_git_version":"0069cf9", | |
| "vectors":{ | |
| "width":0, | |
| "vectors":0, | |
| "keys":0, | |
| "name":null, | |
| "mode":"default" | |
| }, | |
| "labels":{ | |
| "ner":[ | |
| "AGGREGATION", | |
| "COMPARISON", | |
| "FILTER_CATEGORY", | |
| "FILTER_DATE", | |
| "FILTER_LOCATION", | |
| "FILTER_YEAR", | |
| "GROUP_BY", | |
| "LIMIT", | |
| "METRIC", | |
| "ORDER_BY" | |
| ] | |
| }, | |
| "pipeline":[ | |
| "ner" | |
| ], | |
| "components":[ | |
| "ner" | |
| ], | |
| "disabled":[ | |
| ] | |
| } |