YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
from huggingface_hub import hf_hub_download
repo_name = "shiv-am-04/En-to-Fr-translator"
model_path = hf_hub_download(repo_id=repo_name,local_dir='/content/downloaded',filename="model.weights.h5") tokenizer_path_english = hf_hub_download(repo_id=repo_name,local_dir='/content/downloaded',filename="en_tokenizer.json") tokenizer_path_french = hf_hub_download(repo_id=repo_name,local_dir='/content/downloaded',filename="fr_tokenizer.json")
translation_file = hf_hub_download(repo_id=repo_name,local_dir='/content/downloaded',filename="translate.py")
- Downloads last month
- 6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support