Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Washedashore
/
Law
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Washedashore
commited on
Dec 25, 2024
Commit
be889ef
·
verified
·
1 Parent(s):
23d3514
Create Adapt
Browse files
Files changed (1)
hide
show
Adapt
+4
-0
Adapt
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from adapters import AutoAdapterModel
2
+
3
+
model = AutoAdapterModel.from_pretrained("undefined")
4
+
model.load_adapter("Washedashore/Law", set_active=True)