Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
moiduy04
/
homemade_lo_vi
like
1
Text2Text Generation
PyTorch
Vietnamese
Lao
Model card
Files
Files and versions
Community
d7c7d33
homemade_lo_vi
/
utils.py
moiduy04
Upload 12 files
b8a6dde
11 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
pathlib
import
Path
def
get_full_file_path
(
file_name:
str
) ->
str
:
script_dir = Path(__file__).resolve().parent
file_path = script_dir / file_name
return
file_path