When bge is deployed on fastchat and the input parameter is a list, the results of the same string in the two lists are inconsistent
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 39.5k
- Forks
- 4.8k
- PR merge metrics
- No merged PRs in 30d
Description
Fastchat deployed on bge, input parameter is a list, such as list1 = [" aaa ", "bbb", "ccc"], list2 = ["hhh"," aaa ", "ddd", "eee"]. The same string "aaa" in the two lists has inconsistent results after vectorization. What is the reason for this?Can you help me solve this problem?
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.
Research direction
Start by reproducing the reported FastChat-on-bge behavior with the two list inputs and compare the vectorization results for "aaa". Trace the bge deployment's list-input handling to determine why identical strings differ, then verify that repeated inputs produce consistent results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100