https://huggingface.co/datasets/laion/laion-coco
위 데이터셋을 다운로드받고자 했다.
그러면 아래와 같이 하면 된다.
# 1. download git-lfs
apt-get install git-lfs
# 2. download code
git lfs clone https://HUGGINGFACE_NAME:HF_TOKEN@huggingface.co/datasets/laion/laion-coco
- HUGGINGFACE_NAME: 허깅페이스 이름 입력하면 된다.
- HF_TOKEN: 허깅페이스 설정 가면 TOKEN 발급받을 수 있다. 하나 발급해서 기입하자.
'NLP > huggingface' 카테고리의 다른 글
[huggingface🤗] OSError: You are trying to access a gated repo (0) | 2024.03.22 |
---|---|
[huggingface🤗] Prompting? PEFT? 총정리 (2) | 2023.08.09 |
[huggingface🤗] Making LLMs even more accessible with bitsandbytes, 4-bit quantization and QLoRA (0) | 2023.06.27 |
[huggingface🤗] 8-bit Matrix Multiplication for transformers (0) | 2023.06.23 |
[huggingface🤗] How to generate text #2 (1) | 2022.12.28 |