初始化项目,由ModelHub XC社区提供模型

Model: CLMBR/binding-c-command-transformer-0
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 00:06:34 +08:00
commit ebb5822657
449 changed files with 2795966 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"_remove_final_layer_norm": false,
"activation_function": "relu",
"architectures": [
"OPTForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 2,
"do_layer_norm_before": true,
"dropout": 0.1,
"enable_bias": true,
"eos_token_id": 2,
"ffn_dim": 768,
"hidden_size": 768,
"init_std": 0.02,
"layer_norm_elementwise_affine": true,
"layerdrop": 0.0,
"max_position_embeddings": 512,
"model_type": "opt",
"num_attention_heads": 8,
"num_hidden_layers": 8,
"pad_token_id": 1,
"torch_dtype": "float32",
"transformers_version": "4.33.3",
"use_cache": true,
"vocab_size": 50002,
"word_embed_proj_dim": 768
}

View File

@@ -0,0 +1,7 @@
{
"_from_model_config": true,
"bos_token_id": 2,
"eos_token_id": 2,
"pad_token_id": 1,
"transformers_version": "4.33.3"
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d7fdd38c3541ca72338ea84c3a6e87a876398710215df9ac498b13f8db1274f
size 537476677

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cd740ae904c75c009773edeaf036f7dc3f38ad6ceabd5e372c53a23213c4168
size 268727709

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8acd149b37df738cea73e2a77e1c43f09e19b3c0c93fea767bb0c444a06c0e70
size 14511

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bcbdbb3f93cb7bafa1e3e23b4e3b22d7c72bc4cdd0935f9079d8b35600aa9e0b
size 627

View File

@@ -0,0 +1,5 @@
{
"eos_token": "<eos>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,12 @@
{
"clean_up_tokenization_spaces": true,
"eos_token": "<eos>",
"max_length": null,
"model_max_length": 512,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<unk>"
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3bd6a13ea616b506f6177ad9a11b2f499ad09d181ad6ec3c3975974b8013f99
size 4283