> I was particularly interested in testing models’ ability to reason (i.e., perform a somewhat complex task that requires high context understanding) about out-of-distribution (i.e., unseen) data. I was under the assumption that finetuneing LLMs was useful only when you need to change the model's tone (speak like a pirate, voldemort etc). Are there other examples where LLMs were trained to reason a particular way?
Fine-tuning Mistral 7B on Magic the Gathering Draft
11–20 of 101 posts
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#12> I was particularly interested in testing models’ ability to reason (i.e., perform a somewhat complex task that requires high context understanding) about out-of-distribution (i.e., unseen) data. I was under the assumption that finetuneing LLMs was useful only when you need to change the model's tone (speak like a pirate, voldemort etc). Are there other examples where LLMs were trained to reason a particular way?
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#13> I was particularly interested in testing models’ ability to reason (i.e., perform a somewhat complex task that requires high context understanding) about out-of-distribution (i.e., unseen) data. I was under the assumption that finetuneing LLMs was useful only when you need to change the model's tone (speak like a pirate, voldemort etc). Are there other examples where LLMs were trained to reason a particular way?
A lot of why I tried this out was to test the limits of this belief, you see a lot of talk like this out there and it sounded like nonsense to me.
Finetuning is fundamentally not much different than continued pretraining; if you feed the model high-quality and high-volume data I think it's reasonable to expect it to acquire new skills
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#14> I was particularly interested in testing models’ ability to reason (i.e., perform a somewhat complex task that requires high context understanding) about out-of-distribution (i.e., unseen) data. I was under the assumption that finetuneing LLMs was useful only when you need to change the model's tone (speak like a pirate, voldemort etc). Are there other examples where LLMs were trained to reason a particular way?
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#15I've seen this effort previously, pretty exciting stuff:
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#16> I was particularly interested in testing models’ ability to reason (i.e., perform a somewhat complex task that requires high context understanding) about out-of-distribution (i.e., unseen) data. I was under the assumption that finetuneing LLMs was useful only when you need to change the model's tone (speak like a pirate, voldemort etc). Are there other examples where LLMs were trained to reason a particular way?
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#17Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#18Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#19Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#20How is the fine tuning actually performed? They have the data of drafts, and a prompt. But what does one do with it, more concretely?
2. The model is effectively trained to predict the next token based on the previous tokens in each of these examples, which has the side effect here of teaching it to make a draft pick based on the contents of a pack.
Nothing too fancy, just next word prediction more or less