mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-19 11:20:04 +08:00
907 avoid duplicate labeling & ranking tasks (#923)
* store message_id in message_reactions and task_id in text_labels * exclude tasks to which users already responded to * remove test code * fix join in find_incomplete_rankings_ex
This commit is contained in:
@@ -7,6 +7,7 @@ pushd "$parent_path/../../backend"
|
||||
export DEBUG_USE_SEED_DATA=True
|
||||
export DEBUG_SKIP_TOXICITY_CALCULATION=True
|
||||
export DEBUG_ALLOW_SELF_LABELING=True
|
||||
export DEBUG_ALLOW_DUPLICATE_TASKS=True
|
||||
export DEBUG_SKIP_EMBEDDING_COMPUTATION=True
|
||||
|
||||
uvicorn main:app --reload --port 8080 --host 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user