Downloads · 30 days
0
Wilderss/QuantumedgeAI
QuantumedgeAI is a question answering model from Wilderss. Use it when the input is a question plus a passage. It is set up for adapter-transformers. The card lists the license as mit.
Downloads · 30 days
0
Access
Public
Updated Oct 6, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 67%
From the Hugging Face model README
from transformers import
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Wilderss/QuantumedgeAI", set_active=True)
from adapters import AutoAdapterModel
model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Wilderss/QuantumedgeAI", set_active=True)