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

Model: TusharGoel/llama-3p2-1B-embed
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 17:24:35 +08:00
commit 5a78f36eea
13 changed files with 413392 additions and 0 deletions

12
original/params.json Normal file
View File

@@ -0,0 +1,12 @@
{
"dim": 2048,
"n_layers": 16,
"n_heads": 32,
"n_kv_heads": 8,
"vocab_size": 128256,
"ffn_dim_multiplier": 1.5,
"multiple_of": 256,
"norm_eps": 1e-05,
"rope_theta": 500000.0,
"use_scaled_rope": true
}