Add YAML metadata to model card
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# MathCoder-7B: Instruction-Tuned Educational Math Model
|
| 2 |
|
| 3 |
## Overview
|
|
@@ -37,4 +49,4 @@ This model is intended for academic research, educational tools, and experimenta
|
|
| 37 |
from transformers import pipeline
|
| 38 |
|
| 39 |
pipe = pipeline("text-generation", model="ushasree2001/math_coder")
|
| 40 |
-
pipe("Solve: If 3x + 5 = 14, find x.")
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- mathematics
|
| 8 |
+
- education
|
| 9 |
+
- instruction-tuning
|
| 10 |
+
- large-language-model
|
| 11 |
+
- llama
|
| 12 |
+
---
|
| 13 |
# MathCoder-7B: Instruction-Tuned Educational Math Model
|
| 14 |
|
| 15 |
## Overview
|
|
|
|
| 49 |
from transformers import pipeline
|
| 50 |
|
| 51 |
pipe = pipeline("text-generation", model="ushasree2001/math_coder")
|
| 52 |
+
pipe("Solve: If 3x + 5 = 14, find x.")
|