| set -e | |
| SRC="/data/ralmadamonter/llm_project/joint_clustering/join_clustering_grid_second" | |
| DST="/data/ralmadamonter/llm_dashboard/data/clustering" | |
| for m in allenai__biomed_roberta_base allenai__scibert_scivocab_uncased bioformers__bioformer-8L dmis-lab__biobert-large-cased-v1.1-mnli dmis-lab__biobert-v1.1 microsoft__BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext; do | |
| echo "Copying model=$m ..." | |
| cp -r "$SRC/model=$m" "$DST/" | |
| done | |
| echo "Done. Models in clustering:" | |
| ls "$DST/" | |