update source code and pipeline
This commit is contained in:
22
command.sh
Normal file
22
command.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user