jtatman/python-github-code-instruct-filtered-5k
Viewer • Updated • 4.5k • 106 • 7
How to use jtatman/tinymistral-v2-pycoder-philosophy-instruct-248m-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("jtatman/tinymistral-v2-pycoder-instruct-248m")
model = PeftModel.from_pretrained(base_model, "jtatman/tinymistral-v2-pycoder-philosophy-instruct-248m-lora")Experiment in reasoning using philosophy instead of direct CoT or other prompted thoughts.
An experimental model only.
Locutusque/TinyMistral-248M-v2-Instruct
Experimental model in code and reasoning using a philosophical base. Needs massive tuning and training.
None yet.