ushasree2001 commited on
Commit
4eeb7dc
·
verified ·
1 Parent(s): 03eb45e

Add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +13 -1
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.")