update source code and pipeline

This commit is contained in:
2025-09-04 14:39:02 +00:00
parent 9aabd991c5
commit 878310a551
82 changed files with 24373 additions and 0 deletions

22
command.sh Normal file
View File

@@ -0,0 +1,22 @@
python auto_cluster.py --embeddings_path /home/nguyendc/sonnh/embedding-clustering/result/embeddings_factures_donut.json --method dbscan
python auto_cluster.py --embeddings_path /home/nguyendc/sonnh/embedding-clustering/result/embeddings_factures_ostepoathie_1k.json --method dbscan
python auto_cluster.py --embeddings_path /home/nguyendc/phat-dev/clustering/embeddings_factures_osteopathie_1k.json --method dbscan
python auto_cluster.py --embeddings_path /home/nguyendc/sonnh/embedding-clustering/extract/embeddings_factures_osteopathie_1k_qwen.json --method dbscan
python auto_cluster.py --embeddings_path /home/nguyendc/sonnh/embedding-clustering/extract/embeddings_factures_osteopathie_1k_qwen.json --method None
python gmm_extensive.py --embeddings_path embeddings_factures_donut.json
nohup python -u gmm_extensive.py --embeddings_path /home/nguyendc/sonnh/embedding-clustering/extract/embeddings_factures_osteopathie_1k_qwen.json > log_gmm_extensive.txt 2>&1 &
python auto_cluster.py \
--embeddings_path /home/nguyendc/sonnh/embedding-clustering/extract/embeddings_factures_osteopathie_1k_InternVL3_5-4B-Instruct.json \
--method None