Open lrsbrgrn opened 4 months ago
Hi,
Trying to merge multiple BERT models in scope of text-classification.
When doing a simple linear merge, i got the following error message RuntimeError: Unsupported architecture BertForSequenceClassification.
RuntimeError: Unsupported architecture BertForSequenceClassification
Having a closer look in the lib, it seems this architecture should be supported by design as you can see in bert-sequence-classification.json
Any insights?
Many thanks,
LB
Hi,
Trying to merge multiple BERT models in scope of text-classification.
When doing a simple linear merge, i got the following error message
RuntimeError: Unsupported architecture BertForSequenceClassification
.Having a closer look in the lib, it seems this architecture should be supported by design as you can see in bert-sequence-classification.json
Any insights?
Many thanks,
LB