Giter Club home page Giter Club logo

Comments (4)

Leymore avatar Leymore commented on August 15, 2024 1

First, manually download all the huggingface dependency to where it should be (e.g. ~/.cache/huggingface). Then you may set the following env variables and start OpenCompass scripts.

export HF_DATASETS_OFFLINE=1
export TRANSFORMERS_OFFLINE=1
export HF_EVALUATE_OFFLINE=1

from opencompass.

Leymore avatar Leymore commented on August 15, 2024 1

To my knowledge, once load_dataset is executed, the dataset has already been cached to the disk. There is no need to save_to_disk again. Still, you can download the files in one machine and copy them to another machine in any way possible (e.g. in-cluster networks / USB flask disk / mount disk). And that is all I know.
I am not sure whether this post would be helpful to you.

from opencompass.

niexufei avatar niexufei commented on August 15, 2024

First, manually download all the huggingface dependency to where it should be (e.g. ~/.cache/huggingface). Then you may set the following env variables and start OpenCompass scripts.

export HF_DATASETS_OFFLINE=1
export TRANSFORMERS_OFFLINE=1
export HF_EVALUATE_OFFLINE=1

手工下载huggingface的数据集的方式有哪些,目前我知道的一种方法是:采用能联网的电脑,使用load_dataset 函数,从网络上load,然后再save_to_disk(my_dataset_dir),磁盘上应该就会有了;
还有其他方式吗?感谢~

from opencompass.

niexufei avatar niexufei commented on August 15, 2024

To my knowledge, once load_dataset is executed, the dataset has already been cached to the disk. There is no need to save_to_disk again. Still, you can download the files in one machine and copy them to another machine in any way possible (e.g. in-cluster networks / USB flask disk / mount disk). And that is all I know. I am not sure whether this post would be helpful to you.

赞,多谢

from opencompass.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.