mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-13 07:05:10 +01:00
5edbbeedb3
Representation Scorer (RSX) serves as a centralized scoring system, offering SimClusters or other embedding-based scoring solutions as machine learning features.
9 lines
204 B
Bash
Executable File
9 lines
204 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export CANARY_CHECK_ROLE="representation-scorer"
|
|
export CANARY_CHECK_NAME="representation-scorer"
|
|
export CANARY_CHECK_INSTANCES="0-19"
|
|
|
|
python3 relevance-platform/tools/canary_check.py "$@"
|
|
|