Instructions to use andreids/en_textcat_subscriptions_software_out with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use andreids/en_textcat_subscriptions_software_out with spaCy:
!pip install https://huggingface.co/andreids/en_textcat_subscriptions_software_out/resolve/main/en_textcat_subscriptions_software_out-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_textcat_subscriptions_software_out") # Importing as module. import en_textcat_subscriptions_software_out nlp = en_textcat_subscriptions_software_out.load() - Notebooks
- Google Colab
- Kaggle
File size: 115 Bytes
3c1d3cd | 1 2 3 4 5 6 7 8 | {
"labels":[
"OTHER",
"5623 - Subscriptions - software"
],
"threshold":0.5,
"positive_label":null
} |