candle icon indicating copy to clipboard operation
candle copied to clipboard

fixes for BERT safetensors: weight/bias gamma/beta compatibility & BERT variable prefix

Open Christof23 opened this issue 1 year ago • 0 comments
trafficstars

Fixes for BERT Safetensors, where current HF model.safetensors has:

  • LayerNorm gamma instead of weight
  • LayerNorm beta instead of bias
  • bert variable prefix

Christof23 avatar Mar 20 '24 15:03 Christof23