from local
This commit is contained in:
parent
6852dc0390
commit
853dbda1ac
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
import torch
|
import torch
|
||||||
|
|
||||||
base_model = torch.load('./d2v-base-T.pt')
|
base_model = torch.load('./d2v-base-T.pt')
|
||||||
bias_model = torch.load('./bitfit_2414_v2/checkpoint-100.pt')
|
bias_model = torch.load('./bitfit_533_v2/checkpoint-100.pt')
|
||||||
|
|
||||||
base_model, bias_model = base_model['model'], bias_model['model']
|
base_model, bias_model = base_model['model'], bias_model['model']
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user