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

Model: Sahajtomar/German-semantic
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-13 15:52:26 +08:00
commit e5140dab7d
11 changed files with 31220 additions and 0 deletions

21
0_Transformer/config.json Normal file
View File

@@ -0,0 +1,21 @@
{
"_name_or_path": "deepset/gbert-large",
"architectures": [
"BertModel"
],
"attention_probs_dropout_prob": 0.1,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"type_vocab_size": 2,
"vocab_size": 31102
}

View File

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

View File

@@ -0,0 +1,4 @@
{
"max_seq_length": null,
"do_lower_case": false
}

View File

@@ -0,0 +1 @@
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}

View File

@@ -0,0 +1 @@
{"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": false, "max_len": 512, "special_tokens_map_file": null, "name_or_path": "deepset/gbert-large", "do_basic_tokenize": true, "never_split": null}

31102
0_Transformer/vocab.txt Normal file

File diff suppressed because it is too large Load Diff