Washedashore commited on
Commit
be889ef
·
verified ·
1 Parent(s): 23d3514

Create Adapt

Browse files
Files changed (1) hide show
  1. Adapt +4 -0
Adapt ADDED
@@ -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)