Spaces:
Runtime error
Runtime error
ronald
commited on
Commit
·
b2af956
1
Parent(s):
7999fec
init
Browse files- local_coh_ppl.py +1 -1
local_coh_ppl.py
CHANGED
@@ -133,7 +133,7 @@ class LocalCohPPL(evaluate.Measurement):
|
|
133 |
MODEL_CACHE_DIR = "/home/rcardena/.cache/huggingface/"
|
134 |
if getpass.getuser() == "s1987051":
|
135 |
MODEL_CACHE_DIR="/disk/ocean/rcardenas/tools/huggingface/"
|
136 |
-
elif getpass.getuser() == "rcardena"
|
137 |
MODEL_CACHE_DIR="/gfs/team/nlp/users/rcardena/tools/huggingface/"
|
138 |
|
139 |
if device is not None:
|
|
|
133 |
MODEL_CACHE_DIR = "/home/rcardena/.cache/huggingface/"
|
134 |
if getpass.getuser() == "s1987051":
|
135 |
MODEL_CACHE_DIR="/disk/ocean/rcardenas/tools/huggingface/"
|
136 |
+
elif getpass.getuser() == "rcardena":
|
137 |
MODEL_CACHE_DIR="/gfs/team/nlp/users/rcardena/tools/huggingface/"
|
138 |
|
139 |
if device is not None:
|