Submitted by TankAttack t3_10mmjvt in MachineLearning
TankAttack OP t1_j64p2oj wrote
Reply to comment by thatphotoguy89 in [D] Best large language model for Named Entity Extraction? by TankAttack
At this point I would like to imitate the example with position and company. It was taken from gpt-j btw. I thought neox is 3 times bigger so tried that first. Will run gptj and compare the results now.
Thank you
thatphotoguy89 t1_j64q5hm wrote
You can try extractive QA if you don't want to fine-tune it. Basically, create a QA pipeline and ask the same questions for different text
TankAttack OP t1_j660bm9 wrote
Do you mean free text questions? Like zero shot learning? Are there any examples of this?
thatphotoguy89 t1_j66n16v wrote
Yeah. Here’s a HF tutorial on how to do this QA tutorial
TankAttack OP t1_j66s7js wrote
Cool, will have a look! Do they list any models as being good at question answering?
Viewing a single comment thread. View all comments