Upload variant_a/scripts/run_remaining.sh with huggingface_hub
Browse files
variant_a/scripts/run_remaining.sh
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#\!/bin/bash
|
| 2 |
+
export PATH=/venv/main/bin:/usr/local/bin:/usr/bin:/bin
|
| 3 |
+
export PYTHONDONTWRITEBYTECODE=1
|
| 4 |
+
export PYTHONUNBUFFERED=1
|
| 5 |
+
export CUDA_VISIBLE_DEVICES=0
|
| 6 |
+
export WORK=/dev/shm/eval
|
| 7 |
+
export QUIP_DIR=$WORK/quip-sharp
|
| 8 |
+
export HF_DATASETS_TRUST_REMOTE_CODE=1
|
| 9 |
+
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
|
| 10 |
+
|
| 11 |
+
cd $WORK/lm-evaluation-harness
|
| 12 |
+
|
| 13 |
+
python -u $WORK/eval_polish_quip.py --model_path $WORK/model --tokenizer speakleash/Bielik-11B-v2.3-Instruct --output_dir $WORK/results_remaining --num_fewshot 5 --batch_size 32 --tasks polish_belebele_mc polish_belebele_regex polish_dyk_multiple_choice polish_dyk_regex polish_klej_ner_multiple_choice polish_klej_ner_regex polish_polqa_reranking_multiple_choice polish_polqa_open_book polish_polqa_closed_book polish_poquad_open_book polish_poleval2018_task3_test_10k
|