Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
fenghora
/
dinov3
like
0
Safetensors
dinov3_vit
License:
mit
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
dinov3
/
upload.py
fenghora
Upload folder using huggingface_hub
8ff89f3
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
137 Bytes
from
huggingface_hub
import
login, upload_folder
login()
upload_folder(folder_path=
"."
, repo_id=
"fenghora/dinov3"
, repo_type=
"model"
)