Zahra Vaseqi

Results 2 comments of Zahra Vaseqi

I have this same issue with ` evaluate.load` it takes a long time even after setting `HF_EVALUATE_OFFLINE` to 1! Any suggestions?

Thank you for the quick reply @NightMachinery ! I ended up using this workaround for now: https://github.com/huggingface/evaluate/issues/315#issuecomment-1925027335 `git clone https://github.com/huggingface/evaluate.git` ``` from evaluate import load metric = load('/local/path/to/evaluate/metrics/accuracy/accuracy.py') ```