diff --git a/static/README.md b/static/README.md deleted file mode 100644 index e08206a3..00000000 --- a/static/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Static Data Files - - - -## `token_map.pkl` -pickle file: All locations of all tokens. dict of token to list of (doc, pos) pairs. - -## `model_group_stats.pkl` -useful statistics for data visualization of (model, tokengroup) pairs; dict of (model, tokengroup) to dict of (str, float): -e.g. {("llama2", "Is Noun"): {"mean": -0.5, "median": -0.4, "min": -0.1, "max": -0.9, "25th": -0.3, "75th": -0.7}, ...} \ No newline at end of file diff --git a/static/all_tokens_list.txt b/static/all_tokens_list.txt deleted file mode 100644 index 438dddae..00000000 Binary files a/static/all_tokens_list.txt and /dev/null differ diff --git a/static/labelled_token_ids_dict.pkl b/static/labelled_token_ids_dict.pkl deleted file mode 100644 index e8442a01..00000000 Binary files a/static/labelled_token_ids_dict.pkl and /dev/null differ diff --git a/static/model_group_stats.pkl b/static/model_group_stats.pkl deleted file mode 100644 index 7f5297c4..00000000 Binary files a/static/model_group_stats.pkl and /dev/null differ diff --git a/static/token_map.pkl b/static/token_map.pkl deleted file mode 100644 index dec1a6a7..00000000 Binary files a/static/token_map.pkl and /dev/null differ