Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
ngbolin
/
Jap2Eng
like
0
Translation
Japanese
English
NMT
Transformers
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
Jap2Eng
/
upload.py
ngbolin
Upload folder using huggingface_hub
d9a0003
verified
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
138 Bytes
from
huggingface_hub
import
login, upload_folder
login()
upload_folder(folder_path=
"."
, repo_id=
"ngbolin/Jap2Eng"
, repo_type=
"model"
)