meta-llama_Llama-3.2-1B_4e20de362430cd3b72f300e6b0f18e50e7166e08.logits-and-weights.DEDUPLICATED
Browse files
README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
---
|
2 |
-
license: pddl
|
3 |
-
---
|
4 |
-
|
5 |
-
This repository contains the complete hidden states of large language models
|
6 |
-
completing the text "Once upon a time," using transformers.pipeline .
|
7 |
-
|
8 |
-
Safetensors files marked with DEDUPLICATED presently require custom code to
|
9 |
-
load, such as https://github.com/huggingface/safetensors/pull/586 or
|
10 |
-
https://github.com/karl3wm/httptransformer/blob/main/
|
|
|
1 |
+
---
|
2 |
+
license: pddl
|
3 |
+
---
|
4 |
+
|
5 |
+
This repository contains the complete hidden states of large language models
|
6 |
+
completing the text "Once upon a time," using transformers.pipeline .
|
7 |
+
|
8 |
+
Safetensors files marked with DEDUPLICATED presently require custom code to
|
9 |
+
load, such as https://github.com/huggingface/safetensors/pull/586 or
|
10 |
+
https://github.com/karl3wm/httptransformer/blob/main/netsafetensors.py .
|
_safetensors.py
CHANGED
@@ -42,6 +42,7 @@ class WritingSafeTensors:
|
|
42 |
self.weight_map[name] = self.file
|
43 |
def finalize(self):
|
44 |
if len(self.files) == 1:
|
|
|
45 |
self.file.finalize()
|
46 |
else:
|
47 |
index_name = self.name + '.safetensors.index.json'
|
|
|
42 |
self.weight_map[name] = self.file
|
43 |
def finalize(self):
|
44 |
if len(self.files) == 1:
|
45 |
+
self.file.set_metadata(**self.metadata)
|
46 |
self.file.finalize()
|
47 |
else:
|
48 |
index_name = self.name + '.safetensors.index.json'
|
meta-llama_Llama-3.2-1B_4e20de362430cd3b72f300e6b0f18e50e7166e08.logits-and-weights.safetensors → meta-llama_Llama-3.2-1B_4e20de362430cd3b72f300e6b0f18e50e7166e08.logits-and-weights.DEDUPLICATED.safetensors
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3745046ea54b25cf9eab1de633006cce68e755ccd26fc08d0e9441b0465a6bb
|
3 |
+
size 9927250869
|