Instructions to use alirezaaminzadeh/query-intent-entity-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alirezaaminzadeh/query-intent-entity-ner with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("alirezaaminzadeh/query-intent-entity-ner", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| query,intent | |
| what is seo,informational | |
| how to rank on google,informational | |
| nike official store,navigational | |
| buy wireless headphones,transactional | |
| best CRM software comparison,commercial | |
| python documentation,navigational | |
| why is the sky blue,informational | |
| cheap flight tickets,transactional | |
| difference between http and https,informational | |
| amazon login,navigational | |
| best project management tools,commercial | |
| how to install docker,informational | |
| shop running shoes,transactional | |
| linkedin homepage,navigational | |
| what is tensorflow,informational | |
| best antivirus 2024,commercial | |
| how to make pasta,informational | |
| netflix sign in,navigational | |
| buy domain name,transactional | |