karl
commited on
Commit
·
ba2d8cd
1
Parent(s):
fdcd239
mention new constraint in readme
Browse files
README.md
CHANGED
@@ -4,3 +4,7 @@ license: pddl
|
|
4 |
|
5 |
This repository contains the complete hidden states of large language models
|
6 |
completing the text "Once upon a time," using transformers.pipeline .
|
|
|
|
|
|
|
|
|
|
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/nettensors.py .
|