LLM-VM
LLM-VM copied to clipboard
Guided choice completion for multi-label classification
Current ChoiceCompletion
can do multi-class classification.
https://github.com/anarchy-ai/LLM-VM/blob/d188e720ce65dcfddf5178da0ba1dd14bf612bd4/src/llm_vm/guided_completion.py#L13-L16
But how do we perform multilabel / multiclass-multilabel classification
Kinda the regex stuff, maybe we should make this an api call?
I would like to work on the issue. Can you please assign this issue to me?
Hi, Can I please work on this issue? Thank you!
Hi, should we use this link as reference? https://medium.com/@ilyurek/multi-label-classification-with-python-a-simple-guide-c0fe04471ad7
https://github.com/lucylililiwang/LLM-VM/blob/lucylililiwang-multi-label-classification/multi-label_classification.py