소스 검색

scritps : add helper script to get hellaswag data in txt format

Georgi Gerganov 2 년 전
부모
커밋
dcad445d0c
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      scripts/get-hellaswag.sh

+ 10 - 0
scripts/get-hellaswag.sh

@@ -0,0 +1,10 @@
+#!/bin/bash
+
+wget https://raw.githubusercontent.com/klosax/hellaswag_text_data/main/hellaswag_val_full.txt
+
+echo "Usage:"
+echo ""
+echo "  ./perplexity --hellaswag --hellaswag-tasks N -f hellaswag_val_full.txt -m modelfile.gguf"
+echo ""
+
+exit 0