midah commited on
Commit
e1c3736
·
verified ·
1 Parent(s): bf96e69

Update expanded config dataset: 125,271 models with 40 features (forced update at 2026-02-02T21:54:30.455419)

Browse files
Files changed (2) hide show
  1. README.md +30 -106
  2. data/train-00000-of-00001.parquet +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ dataset_info:
20
  - name: config_intermediate_size
21
  dtype: float64
22
  - name: config_num_hidden_layers
23
- dtype: string
24
  - name: config_num_attention_heads
25
  dtype: string
26
  - name: config_num_key_value_heads
@@ -32,137 +32,61 @@ dataset_info:
32
  - name: config_use_cache
33
  dtype: string
34
  - name: config_max_position_embeddings
35
- dtype: string
36
  - name: config_rope_theta
37
- dtype: string
38
- - name: config_rope_scaling_type
39
- dtype: string
40
  - name: config_rms_norm_eps
41
- dtype: string
42
  - name: config_initializer_range
43
- dtype: string
44
  - name: config_bos_token_id
45
  dtype: string
46
  - name: config_eos_token_id
47
  dtype: string
48
  - name: config_tie_word_embeddings
49
- dtype: string
50
  - name: config_head_dimension
51
- dtype: string
52
  - name: config_gqa_ratio
53
- dtype: string
54
- - name: config_context_per_layer
55
- dtype: string
56
- - name: config_approx_params_billions
57
- dtype: string
 
 
58
  - name: is_llama_family
59
- dtype: string
60
  - name: is_bert_family
61
- dtype: string
62
  - name: is_gpt_family
63
- dtype: string
64
  - name: is_t5_family
65
- dtype: string
66
  - name: is_whisper_family
67
- dtype: string
68
  - name: is_deepseek_family
69
- dtype: string
70
  - name: is_mistral_family
71
- dtype: string
72
  - name: uses_moe
73
- dtype: string
74
  - name: uses_gqa
75
- dtype: string
76
  - name: uses_rope
77
- dtype: string
78
- - name: uses_quantization
79
- dtype: string
80
- - name: uses_lora
81
- dtype: string
82
  - name: size_category
83
  dtype: string
84
  - name: context_category
85
  dtype: string
86
- - name: config_attention_bias
87
- dtype: string
88
- - name: config_auto_map_autoconfig
89
- dtype: string
90
- - name: config_auto_map_automodel
91
- dtype: string
92
- - name: config_auto_map_automodelforcausallm
93
- dtype: string
94
- - name: config_ep_size
95
- dtype: string
96
- - name: config_first_k_dense_replace
97
- dtype: string
98
- - name: config_kv_lora_rank
99
- dtype: string
100
- - name: config_layer_norm_eps
101
- dtype: string
102
- - name: config_moe_enabled
103
- dtype: string
104
- - name: config_moe_expert_utilization
105
- dtype: string
106
- - name: config_moe_intermediate_size
107
- dtype: float64
108
- - name: config_moe_layer_freq
109
- dtype: string
110
- - name: config_n_group
111
- dtype: float64
112
- - name: config_n_routed_experts
113
- dtype: float64
114
- - name: config_n_shared_experts
115
- dtype: float64
116
- - name: config_norm_topk_prob
117
- dtype: string
118
- - name: config_num_experts_per_tok
119
- dtype: float64
120
- - name: config_num_nextn_predict_layers
121
- dtype: float64
122
- - name: config_pad_token_id
123
- dtype: string
124
- - name: config_q_lora_rank
125
- dtype: float64
126
- - name: config_qk_nope_head_dim
127
- dtype: float64
128
- - name: config_qk_rope_head_dim
129
- dtype: float64
130
- - name: config_quantization_activation_scheme
131
- dtype: string
132
- - name: config_quantization_fmt
133
- dtype: string
134
- - name: config_quantization_method
135
- dtype: string
136
- - name: config_quantization_weight_block_size
137
- dtype: string
138
- - name: config_rope_scaling_beta_fast
139
- dtype: float64
140
- - name: config_rope_scaling_beta_slow
141
- dtype: string
142
- - name: config_rope_scaling_factor
143
- dtype: float64
144
- - name: config_rope_scaling_mscale
145
- dtype: string
146
- - name: config_rope_scaling_mscale_all_dim
147
- dtype: string
148
- - name: config_rope_scaling_original_max_pos
149
- dtype: string
150
- - name: config_routed_scaling_factor
151
- dtype: string
152
- - name: config_scoring_func
153
- dtype: string
154
- - name: config_topk_group
155
- dtype: string
156
- - name: config_topk_method
157
- dtype: string
158
- - name: config_v_head_dim
159
- dtype: string
160
  splits:
161
  - name: train
162
- num_bytes: 8500857
163
- num_examples: 14566
164
- download_size: 945908
165
- dataset_size: 8500857
166
  configs:
167
  - config_name: default
168
  data_files:
 
20
  - name: config_intermediate_size
21
  dtype: float64
22
  - name: config_num_hidden_layers
23
+ dtype: float64
24
  - name: config_num_attention_heads
25
  dtype: string
26
  - name: config_num_key_value_heads
 
32
  - name: config_use_cache
33
  dtype: string
34
  - name: config_max_position_embeddings
35
+ dtype: float64
36
  - name: config_rope_theta
37
+ dtype: float64
 
 
38
  - name: config_rms_norm_eps
39
+ dtype: float64
40
  - name: config_initializer_range
41
+ dtype: float64
42
  - name: config_bos_token_id
43
  dtype: string
44
  - name: config_eos_token_id
45
  dtype: string
46
  - name: config_tie_word_embeddings
47
+ dtype: bool
48
  - name: config_head_dimension
49
+ dtype: float64
50
  - name: config_gqa_ratio
51
+ dtype: float64
52
+ - name: config_moe_enabled
53
+ dtype: bool
54
+ - name: config_n_routed_experts
55
+ dtype: float64
56
+ - name: config_num_experts_per_tok
57
+ dtype: float64
58
  - name: is_llama_family
59
+ dtype: bool
60
  - name: is_bert_family
61
+ dtype: bool
62
  - name: is_gpt_family
63
+ dtype: bool
64
  - name: is_t5_family
65
+ dtype: bool
66
  - name: is_whisper_family
67
+ dtype: bool
68
  - name: is_deepseek_family
69
+ dtype: bool
70
  - name: is_mistral_family
71
+ dtype: bool
72
  - name: uses_moe
73
+ dtype: bool
74
  - name: uses_gqa
75
+ dtype: bool
76
  - name: uses_rope
77
+ dtype: bool
78
+ - name: config_approx_params_billions
79
+ dtype: float64
 
 
80
  - name: size_category
81
  dtype: string
82
  - name: context_category
83
  dtype: string
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  splits:
85
  - name: train
86
+ num_bytes: 34934897
87
+ num_examples: 125271
88
+ download_size: 6129969
89
+ dataset_size: 34934897
90
  configs:
91
  - config_name: default
92
  data_files:
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af128f1c441dafd9006db6cd7c11f5f0142a83b4c97d9ef38c3bf81a77acde94
3
- size 945908
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd042e2e41cc89ca9d7aac406351704949f8b580a0d410e0683520218a04dbd7
3
+ size 6129969