AdityaPatange1 / AdityaPatange1/llm-classifier-go
PromptSampleSize doesn't accurately reflect stored prompts for classes
Open
good first issue
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The prompt sample size is the number of prompts stored under each class. Currently, the actual prompts exceeds the specified value. This is most likely because our LLM call generates multiple description strings.
We need to;
- Add tests to make the faulty code fail.
- Trim or remove extra prompts.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.