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