Instructions to use uva-irlab/quretec with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use uva-irlab/quretec with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("uva-irlab/quretec", dtype="auto") - Notebooks
- Google Colab
- Kaggle
The details about how to use this model
#1
by ChuanMeng - opened
Hi,
Thank you for uploading Quretec.
I only find the usage of this model as follows:
from transformers import AutoModel
model = AutoModel.from_pretrained("uva-irlab/quretec")
Could you add more details about how to use this model?
Thanks!