gss1147 commited on
Commit
fb0bc2d
·
verified ·
1 Parent(s): 11a7ede

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+
8
+ tags:
9
+ - gpt2
10
+ - causal-lm
11
+ - text-generation
12
+ - code
13
+ - coding
14
+ - reasoning
15
+ - instruct
16
+ - lightweight
17
+ - safetensors
18
+
19
+ license: other
20
+ license_name: withinusai-custom-license
21
+ license_link: LICENSE
22
+
23
+ base_model: openai-community/gpt2-medium
24
+ base_model_relation: finetune
25
+
26
+ datasets:
27
+ - WithinUsAI/GPT-2-to-GPT-5-5k
28
+ - TeichAI/gpt-5.1-codex-max-1000x
29
+ - TeichAI/gpt-5.1-high-reasoning-1000x
30
+
31
+ # Metrics are the names of metrics you will report (no fake values)
32
+ metrics:
33
+ - pass@1
34
+ - exact_match
35
+ - accuracy
36
+
37
+ # Eval results metadata (kept empty until you add real numbers)
38
+ model-index:
39
+ - name: WithinUsAI/GPT2.5.2-high-reasoning-codex-0.4B
40
+ results: []
41
+ ---