Spaces:
Running
Running
File size: 389 Bytes
1244519 |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
# If you are in China, you can use set the following mirror link to download the model and dataset
# export HF_ENDPOINT=https://hf-mirror.com
huggingface-cli download --resume-download openai-community/roberta-base-openai-detector --local-dir llm-models/roberta-base
huggingface-cli download --repo-type dataset --resume-download Hello-SimpleAI/HC3 --local-dir datasets/HC3
|