初始化项目,由ModelHub XC社区提供模型
Model: kikiyaa/Mistral-7B-dpo-full-tuned Source: Original Platform
This commit is contained in:
30
checkpoint-2181/config.json
Normal file
30
checkpoint-2181/config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"architectures": [
|
||||
"MistralForCausalLM"
|
||||
],
|
||||
"attention_dropout": 0.0,
|
||||
"bos_token_id": 1,
|
||||
"dtype": "bfloat16",
|
||||
"eos_token_id": 2,
|
||||
"head_dim": 128,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 4096,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 14336,
|
||||
"max_position_embeddings": 32768,
|
||||
"model_type": "mistral",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 32,
|
||||
"num_key_value_heads": 8,
|
||||
"pad_token_id": 2,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"rope_parameters": {
|
||||
"rope_theta": 10000.0,
|
||||
"rope_type": "default"
|
||||
},
|
||||
"sliding_window": 4096,
|
||||
"tie_word_embeddings": false,
|
||||
"transformers_version": "5.5.0",
|
||||
"use_cache": false,
|
||||
"vocab_size": 32000
|
||||
}
|
||||
10
checkpoint-2181/generation_config.json
Normal file
10
checkpoint-2181/generation_config.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 1,
|
||||
"do_sample": true,
|
||||
"eos_token_id": [
|
||||
2
|
||||
],
|
||||
"pad_token_id": 2,
|
||||
"transformers_version": "5.5.0"
|
||||
}
|
||||
3
checkpoint-2181/model.safetensors
Normal file
3
checkpoint-2181/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bc9814c34fe85aa0e259075f524bcddca37b9717e0821d64b0a220d55c90545
|
||||
size 14483498224
|
||||
3
checkpoint-2181/optimizer.pt
Normal file
3
checkpoint-2181/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13648ac5d4a33dcc9d84ac55c3925e9acf7aa794b7ea98ad572492b31558d3f0
|
||||
size 15492459239
|
||||
3
checkpoint-2181/rng_state_0.pth
Normal file
3
checkpoint-2181/rng_state_0.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62a7f220058b2a83cb865138b418559197d934c38ad4cb37de2fa90a20738473
|
||||
size 14917
|
||||
3
checkpoint-2181/rng_state_1.pth
Normal file
3
checkpoint-2181/rng_state_1.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfe523d92e0bf393b8e0943f6455e87bf27d55a9040e1080407956bfc34dadc1
|
||||
size 14917
|
||||
3
checkpoint-2181/scheduler.pt
Normal file
3
checkpoint-2181/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc33e320769f228522a5b027ce213c5aab90adca9d580a46b128d53567e2546c
|
||||
size 1465
|
||||
268053
checkpoint-2181/tokenizer.json
Normal file
268053
checkpoint-2181/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
17
checkpoint-2181/tokenizer_config.json
Normal file
17
checkpoint-2181/tokenizer_config.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"add_prefix_space": null,
|
||||
"backend": "tokenizers",
|
||||
"bos_token": "<s>",
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"eos_token": "</s>",
|
||||
"extra_special_tokens": [],
|
||||
"is_local": false,
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"pad_token": "</s>",
|
||||
"sp_model_kwargs": {},
|
||||
"spaces_between_special_tokens": false,
|
||||
"tokenizer_class": "LlamaTokenizer",
|
||||
"unk_token": "<unk>",
|
||||
"use_default_system_prompt": false,
|
||||
"use_fast": true
|
||||
}
|
||||
4413
checkpoint-2181/trainer_state.json
Normal file
4413
checkpoint-2181/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-2181/training_args.bin
Normal file
3
checkpoint-2181/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:614aa8e2dd443314ad7e68fa2f4dbaa35bb5733286b3c5fcb81187eee69d303a
|
||||
size 7249
|
||||
Reference in New Issue
Block a user