SFconvertbot
commited on
Commit
·
9306ae1
1
Parent(s):
1faa10b
Adding `safetensors` variant of this model
Browse filesThis is an automated PR created with https://huggingface.co/spaces/safetensors/convert
This new file is equivalent to `pytorch_model.bin` but safe in the sense that
no arbitrary code can be put into it.
These files also happen to load much faster than their pytorch counterpart:
https://colab.research.google.com/github/huggingface/notebooks/blob/main/safetensors_doc/en/speed.ipynb
The widgets on your model page will run using this model even if this is not merged
making sure the file actually works.
If you find any issues: please report here: https://huggingface.co/spaces/safetensors/convert/discussions
Feel free to ignore this PR.
- .gitattributes +1 -0
- model.safetensors +3 -0
.gitattributes
CHANGED
@@ -4,3 +4,4 @@ runs/Mar15_16-41-16_01784dfbc547/1678898689.3043733/events.out.tfevents.16788986
|
|
4 |
runs/Mar15_16-41-16_01784dfbc547/events.out.tfevents.1678898689.01784dfbc547.300.0 filter=lfs diff=lfs merge=lfs -text
|
5 |
runs/Mar15_19-01-15_01784dfbc547/1678906882.7880666/events.out.tfevents.1678906882.01784dfbc547.300.3 filter=lfs diff=lfs merge=lfs -text
|
6 |
runs/Mar15_19-01-15_01784dfbc547/events.out.tfevents.1678906882.01784dfbc547.300.2 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
4 |
runs/Mar15_16-41-16_01784dfbc547/events.out.tfevents.1678898689.01784dfbc547.300.0 filter=lfs diff=lfs merge=lfs -text
|
5 |
runs/Mar15_19-01-15_01784dfbc547/1678906882.7880666/events.out.tfevents.1678906882.01784dfbc547.300.3 filter=lfs diff=lfs merge=lfs -text
|
6 |
runs/Mar15_19-01-15_01784dfbc547/events.out.tfevents.1678906882.01784dfbc547.300.2 filter=lfs diff=lfs merge=lfs -text
|
7 |
+
model.safetensors filter=lfs diff=lfs merge=lfs -text
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85f54349acf29796a5566a99c8ff182033922fd96865becc1ed038184cdd5bbf
|
3 |
+
size 711469180
|