HF-LLM-Intent-Detection / import_Path.py
georgeek's picture
.
4afdea8
raw
history blame
147 Bytes
from pathlib import Path
# Get the project base directory
BASE_DIR = Path(__file__).resolve().parent
print(f"Project base directory: {BASE_DIR}")