Instructions to use Querit/Querit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Querit/Querit with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Querit/Querit", trust_remote_code=True) model = AutoModel.from_pretrained("Querit/Querit", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by caiyinqiong - opened
No description provided.
caiyinqiong changed pull request status to closed