Buckets:
| set -euo pipefail | |
| SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" | |
| source "$SCRIPT_DIR/../common_env.sh" | |
| EPOCHS=6 | |
| BATCH_SIZE=4096 | |
| python "$SCRIPT_DIR/../../run_kgat.py" \ | |
| --data_root "$DATA_ROOT" \ | |
| --device "$DEVICE" \ | |
| --epochs "$EPOCHS" \ | |
| --batch_size "$BATCH_SIZE" \ | |
| --embed_dim 64 --num_layers 2 --att_dropout 0.2 \ | |
| --neg_per_pos "$NEG_PER_POS" \ | |
| --knn_N "$KNN_N" --eval_cand_size "$EVAL_CAND_SIZE" --score_mode dot \ | |
| --use_query_id_emb 1 \ | |
| --use_llm_id_emb 1 \ | |
| --use_tool_id_emb 1 \ | |
| --use_model_content_vector 1 \ | |
| --use_tool_content_vector 1 \ | |
| --exp_name "kgat" | |
Xet Storage Details
- Size:
- 625 Bytes
- Xet hash:
- 17cc7bcd65cba80ecc0044787fe1c4252c89f85e8868ad6a2c932472d7c6c98f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.