mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-25 13:50:17 +08:00
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:
co-authored by
PI[gpt-5.6-terra]
parent
912451eaeb
commit
4de1938d5f
@@ -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
|
||||
Reference in New Issue
Block a user