]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
perplexity : add Hellaswag calculation (#2389)
authorklosax <redacted>
Fri, 28 Jul 2023 18:25:36 +0000 (20:25 +0200)
committerGitHub <redacted>
Fri, 28 Jul 2023 18:25:36 +0000 (21:25 +0300)
commit8a88e5855c3b93024be0f93290b01a4206b65b38
tree6494ed8d1db51be2ce59db0378429f75cb7eab92
parenta9559bf77b903d94eb21614ceae5ae8950f0f1fc
perplexity : add Hellaswag calculation (#2389)

* common.h : add hellaswag / remove perplexity-lines

* common.cpp : add hellaswag / remove perplexity-lines

* perplexity.cpp : add hellswag scores / remove perplexity-lines

* perplexity.cpp : clean up

* common.h : change default param value

* common.cpp : Change default param

* perplexity.cpp : alter wording

* common.h : alter wording

* common.cpp : alter wording
examples/common.cpp
examples/common.h
examples/perplexity/perplexity.cpp