bench
#1
by PhysiQuanty - opened
@QuantaSparkLabs Now we can create our own benchmarks ππ€, we just need to make a jsonl with "ctx": "question", "endings": [2 or 4 choices list str] and with "label": int (index of the list "endings" that is correct)
And we have run_our_benchmark.py, to test our models with lm_eval benchmarks or with our own benchmarks OUR_BENCHMARK_DATASET = "WhirlwindAI/Benchmark-TEST" ;)
π₯