Instructions to use Gnider/hackat_ver1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Gnider/hackat_ver1 with Transformers:
# Load model directly from transformers import AutoTokenizer, BertForMultiLabelClassification tokenizer = AutoTokenizer.from_pretrained("Gnider/hackat_ver1") model = BertForMultiLabelClassification.from_pretrained("Gnider/hackat_ver1") - Notebooks
- Google Colab
- Kaggle