Replies: 5 comments 9 replies
-
cc @yoavkatz |
Beta Was this translation helpful? Give feedback.
-
@yoavkatz and @elronbandel thanks for the PR and info. And also tested it out. I will try it. And like you pointed out, the file names are still in SHA format. I will keep thinking of any other way to make it more human-readable, maybe have a mapping list of this in a readable format. |
Beta Was this translation helpful? Give feedback.
-
Hi @yhwang - We checked it again - and because HF still uses HF_HOME for some of the files (as seen above), we will just add a new env variable to specify he metric local path, like was done in LM-eval solution, |
Beta Was this translation helpful? Give feedback.
-
We created a pull request that enables offline mode where all huggingface datasets, metrics and models are taken from pre defined directories. See the PR here: |
Beta Was this translation helpful? Give feedback.
-
@elronbandel thanks for the PR. The changes look good to me. Again, on the user end, they still need a way to map a readable list to SHA files if they want to maintain their own offline models/datasets/metrics. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using unitxt with lm-evaluation-harness, users can only put the local metrics modules in the current working directory. Need a better mechanism to allow users to specify the location of the local metrics modules.
Beta Was this translation helpful? Give feedback.
All reactions