Remove discarded pick-one-option WVS experiment

Co-Authored-By: PI[gpt-5.6-terra] <288921227+claudypoo@users.noreply.github.com>
This commit is contained in:
wassname
2026-09-17 19:06:22 +08:00
co-authored by PI[gpt-5.6-terra]
parent 912451eaeb
commit 4de1938d5f
78 changed files with 2 additions and 26712 deletions
@@ -1,3 +0,0 @@
#!/bin/sh
set -eu
uv run --with 'datasets>=4.0,<5' python scripts/wvs_direct_choice_pilot.py --run
@@ -1,3 +0,0 @@
#!/bin/sh
set -eu
uv run --with 'datasets>=4.0,<5' python scripts/wvs_direct_choice_anchor_pilot.py --run
@@ -1,3 +0,0 @@
#!/bin/sh
set -eu
uv run --with 'datasets>=4.0,<5' python scripts/wvs_direct_choice_production_pilot.py --run
@@ -1,4 +0,0 @@
#!/bin/sh
set -eu
[ "$#" -eq 1 ] || { echo "usage: $0 exact-model-id" >&2; exit 2; }
uv run --with 'datasets>=4.0,<5' python scripts/wvs_direct_choice_priority.py --model "$1" --run