bench

#1
by PhysiQuanty - opened
WhirlwindAI org

@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" ;)

πŸ”₯

Sign up or log in to comment