grigioB to LocalLLaMA@poweruser.forumEnglish · 2 years agoIs there a 7B model capable to extract keywords from a text and return them as an array?message-squaremessage-square16linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs there a 7B model capable to extract keywords from a text and return them as an array?grigioB to LocalLLaMA@poweruser.forumEnglish · 2 years agomessage-square16linkfedilinkfile-text
Prompt like: Extract the company names from the texts below and return as an array – [“Google”, “Meta”, “Microsoft”]
minus-squareBrainSlugs83BlinkfedilinkEnglisharrow-up1·2 years agoWhy do you need an LLM for this? Just use any NER model. It will be blazing fast and run locally.
Why do you need an LLM for this? Just use any NER model. It will be blazing fast and run locally.