Useruser2statsaltalt commited on
Commit
db303c2
·
verified ·
1 Parent(s): 26280f1

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - mrfakename/basic-math-10m
5
+ language:
6
+ - en
7
+ base_model:
8
+ - SupraLabs/Supra-50M-Reasoning
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - supra
12
+ - cpu
13
+ - 50m
14
+ - reasoning
15
+ model-index:
16
+ - name: MathSupra
17
+ results:
18
+ - task:
19
+ type: text-generation
20
+ dataset:
21
+ name: GSM8K
22
+ type: openai/gsm8k
23
+ split: test
24
+ metrics:
25
+ - name: GSM8K (0-Shot)
26
+ type: extractive_match
27
+ value: 1.0
28
+ source:
29
+ name: Open SLM Leaderboard
30
+ url: https://huggingface.co
31
+ ---
32
+
33
+ # MathSupra 50M Reasoning
34
+
35
+ MathSupra is a fine tune of Supra-50M-reasoning designed for math, it was fine tuned on 25k subset of mrfakename/basic-math-10m for 1 epoch.
36
+ MathSupra was fixed multiple times to be smarter.
37
+ ### Evaluation Metrics Summary
38
+ - **GSM8K 0-Shot Accuracy**: 1.00% evaluated across standardized community slices tracked on the AxiomicLabs Open SLM Leaderboard.
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 512,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1408,
15
+ "max_position_embeddings": 1024,
16
+ "mlp_bias": false,
17
+ "model_type": "llama",
18
+ "num_attention_heads": 8,
19
+ "num_hidden_layers": 12,
20
+ "num_key_value_heads": 4,
21
+ "pad_token_id": 2,
22
+ "pretraining_tp": 1,
23
+ "rms_norm_eps": 1e-06,
24
+ "rope_parameters": {
25
+ "rope_theta": 10000,
26
+ "rope_type": "default"
27
+ },
28
+ "tie_word_embeddings": true,
29
+ "transformers_version": "5.10.1",
30
+ "use_cache": false,
31
+ "vocab_size": 32000
32
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": [
5
+ 2
6
+ ],
7
+ "output_attentions": false,
8
+ "output_hidden_states": false,
9
+ "pad_token_id": 2,
10
+ "transformers_version": "5.10.1",
11
+ "use_cache": true
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c972b83b447e08b168e3cb916778f82eb276bf1152216737718f300909c29e19
3
+ size 207157136
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "is_local": false,
6
+ "local_files_only": false,
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "</s>",
9
+ "tokenizer_class": "TokenizersBackend",
10
+ "unk_token": "<unk>"
11
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4514acba621378a387e41f3be62f024e4bd5d14c08a46e35f86ec8cf83ea4728
3
+ size 5649