LLM-VM icon indicating copy to clipboard operation
LLM-VM copied to clipboard

Guided choice completion for multi-label classification

Open INF800 opened this issue 1 year ago • 5 comments

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

INF800 avatar Aug 29 '23 20:08 INF800

Kinda the regex stuff, maybe we should make this an api call?

mmirman avatar Sep 04 '23 16:09 mmirman

I would like to work on the issue. Can you please assign this issue to me?

RigvedRocks avatar Dec 12 '23 05:12 RigvedRocks

Hi, Can I please work on this issue? Thank you!

lucylililiwang avatar Feb 14 '24 14:02 lucylililiwang

Hi, should we use this link as reference? https://medium.com/@ilyurek/multi-label-classification-with-python-a-simple-guide-c0fe04471ad7

lucylililiwang avatar Feb 14 '24 15:02 lucylililiwang

https://github.com/lucylililiwang/LLM-VM/blob/lucylililiwang-multi-label-classification/multi-label_classification.py

lucylililiwang avatar Feb 22 '24 15:02 lucylililiwang