Views
No views yet
final_score_continuous as the quality score.BAAI/bge-large-en-v1.5 as the semantic embedding model.prepare_deita_diversity_inputs.py: builds a top-N candidate JSON from the
original parquet and score CSV.embed_with_bge.py: creates a Deita-compatible embedding pickle with BGE.run_deita_diversity_selection.sh: runs BGE embedding and Deita filtering.top_50k_by_final_score.json: default quality-ranked candidate pool.top_50k_by_final_score_for_embed.json: Deita-style conversation copy kept for
compatibility/reference.1conda activate tokenclean
2bash diversity_selection/run_deita_diversity_selection.sh1GPU=0 THRESHOLD=0.85 DATA_SIZE=10000 BGE_BATCH_SIZE=128 \
2 bash diversity_selection/run_deita_diversity_selection.shpython diversity_selection/prepare_deita_diversity_inputs.pyFORCE_REEMBED=1 bash diversity_selection/run_deita_diversity_selection.shdiversity_selection/top_10k_by_final_score_diverse.jsondiversity_selection/top_50k_by_final_score_bge_embeddings.pkl