From a0fe480d7ec7e03420cabfe11dc0a00d10b27fe9 Mon Sep 17 00:00:00 2001 From: Zach Nussbaum Date: Thu, 13 Apr 2023 20:58:27 +0000 Subject: [PATCH] fix: rename --- GPTJ.md => GPT-J_MAP.md | 0 build_map.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename GPTJ.md => GPT-J_MAP.md (100%) diff --git a/GPTJ.md b/GPT-J_MAP.md similarity index 100% rename from GPTJ.md rename to GPT-J_MAP.md diff --git a/build_map.py b/build_map.py index 53741077..35701da4 100644 --- a/build_map.py +++ b/build_map.py @@ -27,7 +27,7 @@ text = df.remove_columns(["labels", "input_ids", "embeddings"]) text_df = [text[i] for i in range(len(text))] atlas.map_text(text_df, indexed_field="inputs", - name="Post Epoch 1 Inputs", + name="CHANGE ME!", colorable_fields=["source", "loss", "trained_on"], reset_project_if_exists=True, ) @@ -47,7 +47,7 @@ columns = data.to_pandas().to_dict("records") atlas.map_embeddings(embeddings, data=columns, id_field="index", - name="Post Epoch 1 Embeddings", + name="CHANGE ME!", colorable_fields=["source", "loss", "trained_on"], build_topic_model=True, topic_label_field="inputs",