microsoft / microsoft/LLMLingua
Output for High Token Languages like Japanese
@iofu728 is already working on this.
Since Jan 18, 2024.
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 428
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 1
Description
While the concept is promising, especially for High Token Languages like Japanese, I've encountered a significant encoding issue.
Steps to Reproduce:
Input a Japanese text prompt into LLMLingua for compression.
Observe the output, which should be a compressed version of the original prompt.
Expected Behavior:
The compressed output should retain the original Japanese characters without any encoding errors.
Actual Behavior:
The output contains a mix of unrecognized characters along with some correct Japanese script. This mixed encoding makes the compressed prompt unusable when passed into GPT-4.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.