ProCreations's picture
download
raw
611 Bytes
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/../common_env.sh"
EPOCHS=5
BATCH_SIZE=4096
python "$SCRIPT_DIR/../../run_lightgcn.py" \
--data_root "$DATA_ROOT" \
--device "$DEVICE" \
--epochs "$EPOCHS" \
--batch_size "$BATCH_SIZE" \
--embed_dim 64 --num_layers 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 "lightgcn"

Xet Storage Details

Size:
611 Bytes
·
Xet hash:
3ae577f76a53f844b102b638f0f50e86618c96840f12c3e5a935459fc3d8500f

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.