meta-llama / llama

Inference code for Llama models
Other
55.82k stars 9.51k forks source link

Few shot prompting #932

Open LalchandPandia opened 10 months ago

LalchandPandia commented 10 months ago

Hi, Which model (either chat or text-completion) should be used for in-context learning using few-shot prompting?

Vatsal1106Virani commented 10 months ago

Hi, Which model (either chat or text-completion) should be used for in-context learning using few-shot prompting?

You can use any LLaMA 2 model for it.

LalchandPandia commented 10 months ago

Thanks for the reply!. My doubt is which variant of Llama 2 (either chat or text-completion)?

Vatsal1106Virani commented 9 months ago

Thanks for the reply!. My doubt is which variant of Llama 2 (either chat or text-completion)?

Any Chat model of Llama 2.