langkit icon indicating copy to clipboard operation
langkit copied to clipboard

topic model path

Open FelipeAdachi opened this issue 3 months ago • 0 comments

This enables passing different versions of MoritzLaurer zero-shot classification:

MODEL_SMALL = "MoritzLaurer/xtremedistil-l6-h256-zeroshot-v1.1-all-33" MODEL_BASE = "MoritzLaurer/deberta-v3-base-zeroshot-v1.1-all-33" MODEL_LARGE = "MoritzLaurer/deberta-v3-large-zeroshot-v1.1-all-33"

See added tests on how to use it.

FelipeAdachi avatar Mar 25 '24 17:03 FelipeAdachi