Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- gold-causal/best/config.json +33 -0
- gold-causal/best/generation_config.json +7 -0
- gold-causal/last/config.json +33 -0
- gold-causal/last/generation_config.json +7 -0
- gold-causal/step_001180/config.json +33 -0
- gold-causal/step_001180/generation_config.json +7 -0
- gold-causal/step_002360/config.json +33 -0
- gold-causal/step_002360/generation_config.json +7 -0
- gold-causal/step_003540/config.json +33 -0
- gold-causal/step_003540/generation_config.json +7 -0
- gold-causal/step_004720/config.json +33 -0
- gold-causal/step_004720/generation_config.json +7 -0
- gold-causal/step_005900/config.json +33 -0
- gold-causal/step_005900/generation_config.json +7 -0
- gold-constant/best/config.json +33 -0
- gold-constant/best/generation_config.json +7 -0
- gold-constant/last/config.json +33 -0
- gold-constant/last/generation_config.json +7 -0
- gold-constant/step_001180/config.json +33 -0
- gold-constant/step_001180/generation_config.json +7 -0
- gold-constant/step_002360/config.json +33 -0
- gold-constant/step_002360/generation_config.json +7 -0
- gold-constant/step_003540/config.json +33 -0
- gold-constant/step_003540/generation_config.json +7 -0
- gold-constant/step_004720/config.json +33 -0
- gold-constant/step_004720/generation_config.json +7 -0
- gold-constant/step_005900/config.json +33 -0
- gold-constant/step_005900/generation_config.json +7 -0
- gold-cosine/best/config.json +33 -0
- gold-cosine/best/generation_config.json +7 -0
- gold-cosine/last/config.json +33 -0
- gold-cosine/last/generation_config.json +7 -0
- gold-cosine/step_001180/config.json +33 -0
- gold-cosine/step_001180/generation_config.json +7 -0
- gold-cosine/step_002360/config.json +33 -0
- gold-cosine/step_002360/generation_config.json +7 -0
- gold-cosine/step_003540/config.json +33 -0
- gold-cosine/step_003540/generation_config.json +7 -0
- gold-cosine/step_004720/config.json +33 -0
- gold-cosine/step_004720/generation_config.json +7 -0
- gold-cosine/step_005900/config.json +33 -0
- gold-cosine/step_005900/generation_config.json +7 -0
- gold-linear/best/config.json +33 -0
- gold-linear/best/generation_config.json +7 -0
- gold-linear/last/config.json +33 -0
- gold-linear/last/generation_config.json +7 -0
- gold-linear/step_001180/config.json +33 -0
- gold-linear/step_001180/generation_config.json +7 -0
- gold-linear/step_002360/config.json +33 -0
- gold-linear/step_002360/generation_config.json +7 -0
gold-causal/best/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/best/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/last/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/last/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/step_001180/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/step_001180/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/step_002360/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/step_002360/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/step_003540/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/step_003540/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/step_004720/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/step_004720/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-causal/step_005900/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-causal/step_005900/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/best/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/best/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/last/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/last/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/step_001180/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/step_001180/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/step_002360/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/step_002360/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/step_003540/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/step_003540/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/step_004720/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/step_004720/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-constant/step_005900/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-constant/step_005900/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/best/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/best/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/last/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/last/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/step_001180/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/step_001180/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/step_002360/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/step_002360/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/step_003540/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/step_003540/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/step_004720/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/step_004720/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-cosine/step_005900/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-cosine/step_005900/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-linear/best/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-linear/best/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-linear/last/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-linear/last/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-linear/step_001180/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-linear/step_001180/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|
gold-linear/step_002360/config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"FlexQwenForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"cls_token_id": 1,
|
| 6 |
+
"dropout_rate": 0.0,
|
| 7 |
+
"dtype": "float32",
|
| 8 |
+
"embedding_dim": 768,
|
| 9 |
+
"head_dim": 64,
|
| 10 |
+
"hidden_dim": 1536,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"model_type": "flexqwen",
|
| 14 |
+
"moe_hidden_dim": 512,
|
| 15 |
+
"moe_num_experts": 0,
|
| 16 |
+
"moe_num_experts_per_token": -1,
|
| 17 |
+
"num_attention_heads": 12,
|
| 18 |
+
"num_hidden_layers": 12,
|
| 19 |
+
"num_kv_groups": 4,
|
| 20 |
+
"pad_token_id": 3,
|
| 21 |
+
"qk_norm": true,
|
| 22 |
+
"rms_norm_eps": 1e-06,
|
| 23 |
+
"rope_theta": 10000,
|
| 24 |
+
"tie_word_embeddings": true,
|
| 25 |
+
"transformers_version": "5.3.0",
|
| 26 |
+
"vocab_size": 64000,
|
| 27 |
+
"auto_map": {
|
| 28 |
+
"AutoConfig": "flexqwen.FlexQwenConfig",
|
| 29 |
+
"AutoModel": "flexqwen.FlexQwen",
|
| 30 |
+
"AutoModelForCausalLM": "flexqwen.FlexQwenForCausalLM",
|
| 31 |
+
"AutoModelForSequenceClassification": "flexqwen.FlexQwenForSequenceClassification"
|
| 32 |
+
}
|
| 33 |
+
}
|
gold-linear/step_002360/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"output_attentions": false,
|
| 4 |
+
"output_hidden_states": false,
|
| 5 |
+
"pad_token_id": 3,
|
| 6 |
+
"transformers_version": "5.3.0"
|
| 7 |
+
}
|