python import issue with similar directory structure
I have the below directory structure:
How do I import a function from a git submodule contained in a parent directory?
While learning how to fine-tune the BERT-based-uncased LLM without using any Huggingface tools, I encountered an error message when attempting to import tokenization_test
in tmp.py
that’s in my parent directory.