ZhangRC commited on
Commit
ed9e270
·
verified ·
1 Parent(s): e24f29a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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'`