Open felixbusch1 opened 2 days ago
When running generate_embeddings.py, the script outputs CSV files in batches with indices appended to the file name, e.g., geoguessr_embeddings_0.csv.
The create_datasets_from_embeddings.py script expects a single CSV file with a simple name, such as geoguessr_embeddings.csv.
When running generate_embeddings.py, the script outputs CSV files in batches with indices appended to the file name, e.g., geoguessr_embeddings_0.csv.
The create_datasets_from_embeddings.py script expects a single CSV file with a simple name, such as geoguessr_embeddings.csv.