Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
kehanlyu
/
test_download_metric
like
0
PyTorch
Safetensors
dinov2
dino
vision
arxiv:
2304.07193
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
81c80aa
test_download_metric
/
create_file.sh
kehanlyu
Upload 101 files
81c80aa
verified
10 months ago
raw
Copy download link
history
blame
Safe
145 Bytes
#!/bin/bash
# Define the number of files to create
num_files=100
# Create the files
for
i
in
$(
seq
1
$num_files
);
do
touch
"file_
$i
.txt"
done