Add files using upload-large-folder tool

This commit is contained in:
ai-modelscope
2025-01-23 01:10:07 +08:00
parent 584e9cbdc7
commit 84b3b01420
19 changed files with 37 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
"num_attention_heads": 32,
"num_hidden_layers": 16,
"num_key_value_heads": 8,
"pad_token_id": 128004,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": {
@@ -30,7 +31,8 @@
"rope_theta": 500000.0,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.44.2",
"transformers_version": "4.48.1",
"unsloth_fixed": true,
"use_cache": true,
"vocab_size": 128256
}