初始化项目,由ModelHub XC社区提供模型
Model: Nikity/lille-130m-instruct Source: Original Platform
This commit is contained in:
17
config.json
Normal file
17
config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"architectures": [
|
||||
"LilleForCausalLM"
|
||||
],
|
||||
"block_size": 512,
|
||||
"dropout": 0.0,
|
||||
"layer_norm_eps": 1e-05,
|
||||
"model_type": "lille-130m",
|
||||
"n_embd": 640,
|
||||
"n_head": 10,
|
||||
"n_kv_heads": 2,
|
||||
"n_layer": 24,
|
||||
"rope_theta": 10000.0,
|
||||
"torch_dtype": "float32",
|
||||
"transformers_version": "4.53.3",
|
||||
"vocab_size": 32768
|
||||
}
|
||||
Reference in New Issue
Block a user