Fine-tuning Mistral 7B on Magic the Gathering Draft
generallyintelligent.substack.com
Fine-tuning Mistral 7B on Magic the Gathering Draft
1–10 of 101 posts
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#2Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#3The best performing draft AI's I've seen leverage representation learning in some form.
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#4I 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
#5Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#6Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#7> 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?
The only issue there is that sometimes the RLHF seeps through, which can be solved by system prompting even harder.
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#8Super interesting that drafts can be represented with LLMs. The best performing draft AI's I've seen leverage representation learning in some form. See: https://arxiv.org/pdf/2107.04438.pdf
Still some fun things about LLM representations -- you can do fun things like give the bots preferences / personality in a system prompt which is entertaining!
Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#9Re: Fine-tuning Mistral 7B on Magic the Gathering Draft
#10Wow, I have exactly the same side project in progress, minus the fine tuning part. We even chose the same names and phrasing for parts of the project.