Changes made with updated model?
#3
by
bartowski
- opened
Don't see any documentation, I assume any existing implementations should be replaced with the latest version?
Don't see any documentation, I assume any existing implementations should be replaced with the latest version?
Hi, bartowski, we just transform the original model to safe tensor. The model weights have no change.
@zjy2001 But you uploaded .bin files? it's just split into 3 parts now
Actually, we use
safe_serialization (bool, optional, defaults to True) — Whether to save the model using safetensors or the traditional PyTorch way (that uses pickle).
of (https://github.com/huggingface/transformers/blob/v4.40.0/src/transformers/modeling_utils.py#L2295) to transform the model .