初始化项目,由ModelHub XC社区提供模型
Model: SupraLabs/Supra2-100M-Base Source: Original Platform
This commit is contained in:
47
checkpoint-9000/config.json
Normal file
47
checkpoint-9000/config.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"architectures": [
|
||||
"Qwen3ForCausalLM"
|
||||
],
|
||||
"attention_bias": false,
|
||||
"attention_dropout": 0.0,
|
||||
"bos_token_id": 0,
|
||||
"dtype": "float32",
|
||||
"eos_token_id": 2,
|
||||
"head_dim": 64,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 768,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 2048,
|
||||
"layer_types": [
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention",
|
||||
"full_attention"
|
||||
],
|
||||
"max_position_embeddings": 2048,
|
||||
"max_window_layers": 28,
|
||||
"model_type": "qwen3",
|
||||
"num_attention_heads": 12,
|
||||
"num_hidden_layers": 12,
|
||||
"num_key_value_heads": 4,
|
||||
"pad_token_id": 1,
|
||||
"rms_norm_eps": 1e-06,
|
||||
"rope_parameters": {
|
||||
"rope_theta": 10000,
|
||||
"rope_type": "default"
|
||||
},
|
||||
"sliding_window": null,
|
||||
"tie_word_embeddings": true,
|
||||
"transformers_version": "5.14.1",
|
||||
"use_cache": false,
|
||||
"use_sliding_window": false,
|
||||
"vocab_size": 32768
|
||||
}
|
||||
10
checkpoint-9000/generation_config.json
Normal file
10
checkpoint-9000/generation_config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 0,
|
||||
"eos_token_id": 2,
|
||||
"output_attentions": false,
|
||||
"output_hidden_states": false,
|
||||
"pad_token_id": 1,
|
||||
"transformers_version": "5.14.1",
|
||||
"use_cache": true
|
||||
}
|
||||
3
checkpoint-9000/model.safetensors
Normal file
3
checkpoint-9000/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:728db2fe63ca76a2cc0c5c27bb1faded934c18d4452c4bbc9a3dd93def247de7
|
||||
size 402750928
|
||||
3
checkpoint-9000/optimizer.pt
Normal file
3
checkpoint-9000/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15b5cdb6498bcf5bb819af6cd07abd1e61781cae176f5d73f5b65a0cde8d50f4
|
||||
size 805587275
|
||||
3
checkpoint-9000/rng_state.pth
Normal file
3
checkpoint-9000/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ffffd41cb5466a23271a8c6303a885c8e75cf7a03496c0a7cb7f448827155d8
|
||||
size 14645
|
||||
3
checkpoint-9000/scheduler.pt
Normal file
3
checkpoint-9000/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23fe559606a9c6f58dc26eea137ddb96cb105888b6b620ea0421914866496fcc
|
||||
size 1465
|
||||
1318
checkpoint-9000/trainer_state.json
Normal file
1318
checkpoint-9000/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-9000/training_args.bin
Normal file
3
checkpoint-9000/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b89574d4fb532cbff16922a1304201180637df9c21820d655203050012091374
|
||||
size 5329
|
||||
Reference in New Issue
Block a user