]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
examples : add Jeopardy example (#1168)
authorCRD716 <redacted>
Fri, 28 Apr 2023 16:13:33 +0000 (11:13 -0500)
committerGitHub <redacted>
Fri, 28 Apr 2023 16:13:33 +0000 (19:13 +0300)
commit5fba3c016bfd1d73a070e7c93dac14162ce118d0
treecddf05d07766950f565f3b4bb644ba9466d240cc
parent1481a9cf25ea2e4abef6b13a57660a35f3e66af1
examples : add Jeopardy example (#1168)

* Basic Setup

* Prevent Results.txt from coming up

* Prefixes, Line separators, etc

* editorcheck

* introduction to give more consistent results

* Basic graph thing

* Grading, ready for testing!

* Y'all ready to get funky?

* fix column removal stuff

* missed a few
.gitignore
examples/jeopardy/README.md [new file with mode: 0644]
examples/jeopardy/graph.py [new file with mode: 0644]
examples/jeopardy/jeopardy.sh [new file with mode: 0644]
examples/jeopardy/qasheet.csv [new file with mode: 0644]
examples/jeopardy/questions.txt [new file with mode: 0644]