grigio@alien.topB to LocalLLaMA@poweruser.forumEnglish · 1 year agoIs there a 7B model capable to extract keywords from a text and return them as an array?message-squaremessage-square16fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs there a 7B model capable to extract keywords from a text and return them as an array?grigio@alien.topB to LocalLLaMA@poweruser.forumEnglish · 1 year agomessage-square16fedilinkfile-text
Prompt like: Extract the company names from the texts below and return as an array – [“Google”, “Meta”, “Microsoft”]
minus-squarefvillena@alien.topBlinkfedilinkEnglisharrow-up1·1 year agoThat task is called Named Entity Recognition and you can do it without training data using our library (you can use any LLM that exposes an OpenAI compatible API endpoint: https://github.com/plncmm/llmner
That task is called Named Entity Recognition and you can do it without training data using our library (you can use any LLM that exposes an OpenAI compatible API endpoint: https://github.com/plncmm/llmner