This is entirely unsurprising and in-line with the finding that even small specialized models do better in information extraction and text classification. So no wonder finetuned large LMs do good too. Personally, my PhD did fine grained ACE-like event and sentiment extraction and "small" specialized finetuned transformers outperformed prompting LLMs like BERT and Roberta-large. Would love to see an inclusion of small…
Your thesis sounds interesting! Do you have a link to it by any chance?
My finetuned models beat OpenAI's GPT-4
11–20 of 98 posts
Re: My finetuned models beat OpenAI's GPT-4
#12Re: My finetuned models beat OpenAI's GPT-4
#13Really interesting. Could the potentially controversial content of the target news article have an effect on ChatGPT's ability to summarize it?
I think not. Normally if you get those kinds of errors you wouldn’t get any output at all. In the blog I show that all 724 of the test cases got proper JSON output etc for the queries so I don’t think this was an issue. I think these kinds of topics would have been well covered in the training data, and probably the OSS models would have used similar data so I don’t even think there’s a disparity to be found between…
I am not sure. I disagree. If there is a pro-chatGPT user, I'm probably it.
Ive often seen it give significantly less effort to answer the question.
Re: My finetuned models beat OpenAI's GPT-4
#14And that’s the point of fine tuning models. Still good to see someone walk through their fine tuning process, with a mix of hosted and local options.
Re: My finetuned models beat OpenAI's GPT-4
#15Thanks for sharing this, It's well written and informative. I noticed you used 'temperature=1' in the GPT test for the example in the post. Is this best practice for a task requiring structured output? Have you tested other temperature settings? My casual understanding was that a temperature of 0 is best for these types of workloads while higher temperatures would be more effective for more 'creative' workloads.
Re: My finetuned models beat OpenAI's GPT-4
#16And that’s the point of fine tuning models. Still good to see someone walk through their fine tuning process, with a mix of hosted and local options.
On that note: is there a good service for “here’s my dataset”, please fine tune these 9 models and give me evaluation stats?
Re: My finetuned models beat OpenAI's GPT-4
#17Re: My finetuned models beat OpenAI's GPT-4
#181) beat at what? 2) do they beat Claude 3.5 Sonnet?
Re: My finetuned models beat OpenAI's GPT-4
#191) beat at what? 2) do they beat Claude 3.5 Sonnet?
Re: My finetuned models beat OpenAI's GPT-4
#20Earlier quoted context omitted.
I think not. Normally if you get those kinds of errors you wouldn’t get any output at all. In the blog I show that all 724 of the test cases got proper JSON output etc for the queries so I don’t think this was an issue. I think these kinds of topics would have been well covered in the training data, and probably the OSS models would have used similar data so I don’t even think there’s a disparity to be found between…
>Normally if you get those kinds of errors you wouldn’t get any output at all I am not sure. I disagree. If there is a pro-chatGPT user, I'm probably it. Ive often seen it give significantly less effort to answer the question.