init
Browse files
experiments/analysis_prediction_topic.py
CHANGED
@@ -5,7 +5,7 @@ import numpy as np
|
|
5 |
import pandas as pd
|
6 |
from datasets import load_dataset
|
7 |
|
8 |
-
os.makedirs("experiments/
|
9 |
root_dir = "experiments/prediction_files"
|
10 |
id_to_label = {
|
11 |
'0': 'arts_&_culture',
|
|
|
5 |
import pandas as pd
|
6 |
from datasets import load_dataset
|
7 |
|
8 |
+
os.makedirs("experiments/analysis", exist_ok=True)
|
9 |
root_dir = "experiments/prediction_files"
|
10 |
id_to_label = {
|
11 |
'0': 'arts_&_culture',
|
experiments/ckpt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
/scratch/c.c2042013/temporal_shift_ckpt
|
|
|
|