Buckets:
ProCreations/agentselect-4M5Kj2UqaM-repro / inputs /AgentSelect /scripts /models /two_tower_tfidf.sh
| set -euo pipefail | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| source "$SCRIPT_DIR/../common_env.sh" | |
| EPOCHS=10 | |
| BATCH_SIZE=4096 | |
| DEVICE="cuda:0" | |
| MAX_FEATURES="${MAX_FEATURES:-5000}" | |
| HID="${HID:-256}" | |
| TEMPERATURE="${TEMPERATURE:-0.07}" | |
| EVAL_CHUNK="${EVAL_CHUNK:-8192}" | |
| USE_TOOL_ID_EMB="${USE_TOOL_ID_EMB:-${USE_TOOL_EMB:-1}}" | |
| USE_LLM_ID_EMB="${USE_LLM_ID_EMB:-${USE_AGENT_ID_EMB:-1}}" | |
| USE_MODEL_CONTENT_VECTOR="${USE_MODEL_CONTENT_VECTOR:-1}" | |
| USE_TOOL_CONTENT_VECTOR="${USE_TOOL_CONTENT_VECTOR:-1}" | |
| USE_QUERY_ID_EMB="${USE_QUERY_ID_EMB:-0}" | |
| TOPK="${TOPK:-10}" | |
| python "$SCRIPT_DIR/../../run_twotower_tfidf.py" \ | |
| --eval_cand_size "$EVAL_CAND_SIZE" \ | |
| --data_root "$DATA_ROOT" \ | |
| --device "$DEVICE" \ | |
| --epochs "$EPOCHS" \ | |
| --batch_size "$BATCH_SIZE" \ | |
| --max_features "$MAX_FEATURES" \ | |
| --hid "$HID" \ | |
| --temperature "$TEMPERATURE" \ | |
| --topk "$TOPK" \ | |
| --eval_chunk "$EVAL_CHUNK" \ | |
| --use_tool_id_emb "$USE_TOOL_ID_EMB" \ | |
| --use_llm_id_emb "$USE_LLM_ID_EMB" \ | |
| --use_model_content_vector "$USE_MODEL_CONTENT_VECTOR" \ | |
| --use_tool_content_vector "$USE_TOOL_CONTENT_VECTOR" \ | |
| --use_query_id_emb "$USE_QUERY_ID_EMB" \ | |
| --use_agent_id_emb 0 \ | |
| --eval_parts PartIII \ | |
| --exp_name "two_tower_tfidf" \ | |
| --soft_eval 0 | |
Xet Storage Details
- Size:
- 1.27 kB
- Xet hash:
- 1e962651b4d7d5eb977ef45a4a8648a01ccc0d6d545ae10131a159d38fa8a604
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.