vexoolabs commited on
Commit
b8c3874
·
verified ·
1 Parent(s): 9e09969

Upload modelcard.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. modelcard.json +19 -0
modelcard.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "inference": {
3
+ "parameters": {
4
+ "temperature": 0.2,
5
+ "max_new_tokens": 512,
6
+ "repetition_penalty": 1.1
7
+ }
8
+ },
9
+ "tags": [
10
+ "llama",
11
+ "reasoning",
12
+ "1b",
13
+ "math",
14
+ "logic",
15
+ "problem-solving"
16
+ ],
17
+ "library_name": "transformers",
18
+ "pipeline_tag": "text-generation"
19
+ }