Where is the metrics file that evalute.load() loads?

when use evaluate.load() “f1” and “rouge” not local, what is file place and full path?

When I analyzed the code to evaluate, the full path for load() is “https://huggingface.co/spaces/metrics/f1/resolve/main/f1.py
”, but I think the file at “https://github.com/huggingface/evaluate/tree/main/metrics” is actually being loaded.