Updating `safetensors` variant of this model
Browse filesUpdating SafeTensors.
Fix to #30125 in transformers repository (https://github.com/huggingface/transformers/issues/30125)
Root cause of the issue: The existing SafeTensors in 'main' branch does not contains weights of 'embeddings.word_embeddings.weight' layer.
- model.safetensors +1 -1
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 453031984
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b918c9d421a8fa28bd32a47b334b880ecd8e13c3209a16d02f1ea4f7e97ce8d9
|
3 |
size 453031984
|