Update README.md
Browse files
README.md
CHANGED
@@ -78,4 +78,9 @@ This model is trained on the Pile with a total of 332 billion tokens.
|
|
78 |
|
79 |
`lambada_openai`: ppl 14.2 acc 45.6%
|
80 |
|
81 |
-
`piqa`: acc 65.5%
|
|
|
|
|
|
|
|
|
|
|
|
78 |
|
79 |
`lambada_openai`: ppl 14.2 acc 45.6%
|
80 |
|
81 |
+
`piqa`: acc 65.5%
|
82 |
+
|
83 |
+
## FAQ
|
84 |
+
Q: safetensors metadata is none.
|
85 |
+
|
86 |
+
A: upgrade transformers to >=4.48.0: `pip install 'transformers>=4.48.0'`
|