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

Model: goldfish-models/eng_latn_5mb
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-18 02:05:17 +08:00
commit b49d07e7f9
9 changed files with 182451 additions and 0 deletions

35
config.json Normal file
View File

@@ -0,0 +1,35 @@
{
"_name_or_path": "gpt_small_config.json",
"activation_function": "gelu",
"architectures": [
"GPT2LMHeadModel"
],
"attn_pdrop": 0.1,
"bos_token_id": 44666,
"embd_pdrop": 0.1,
"eos_token_id": 44667,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"model_type": "gpt2",
"n_ctx": 512,
"n_embd": 512,
"n_head": 8,
"n_inner": 2048,
"n_layer": 4,
"n_positions": 512,
"pad_token_id": 44668,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"summary_activation": null,
"summary_first_dropout": 0.1,
"summary_proj_to_labels": true,
"summary_type": "cls_index",
"summary_use_proj": true,
"torch_dtype": "float32",
"transformers_version": "4.18.0",
"use_cache": true,
"vocab_size": 45056,
"prefix": "[CLS]"
}