check out the implementation of ppl with strided sliding window strategy #216
qiufengyuyi
started this conversation in
View all discussions
Replies: 1 comment 8 replies
-
Yes, we do not use windows, we use the tire inputs. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,i check the implementation of ppl for llm from https://huggingface.co/docs/transformers/perplexity. it uses a strided sliding window strategy to calculate ppl. But in opencompass, no windows are applied. Is that because you set de windows size as the max length, and all the input size is no more than that length?
Beta Was this translation helpful? Give feedback.
All reactions