huggingface / huggingface/transformers
Import `SPIECE_UNDERLINE` from `file_utils` instead of WET definition
Open
WIP
- Dominant language
- Python
- Stars
- 166k
- Forks
- 34.6k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 276
Description
Many places define `SPIECE_UNDERLINE` in the code like this: `SPIECE_UNDERLINE = "▁"`
Instead it should me imported: `from transformers.file_utils import SPIECE_UNDERLINE`.
I can provide a PR...
Contributor guide
Assessment
This issue has not been assessed yet.