microsoft/orca-math-word-problems-200k
Viewer • Updated • 200k • 9.15k • 480
How to use monsterapi/gemma-2b-lora-maths-orca-200k with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b")
model = PeftModel.from_pretrained(base_model, "monsterapi/gemma-2b-lora-maths-orca-200k")Model Used: google/gemma-2b
Dataset: microsoft/orca-math-word-problems-200k
Math Ocra - This dataset contains ~200K grade school math word problems. All the answers in this dataset is generated using Azure GPT4-Turbo. Please refer to Orca-Math: Unlocking the potential of SLMs in Grade School Math for details about the dataset construction.
With the utilization of MonsterAPI's no-code LLM finetuner, this finetuning:
license: apache-2.0
Base model
google/gemma-2b