初始化项目,由ModelHub XC社区提供模型
Model: BananaMind/BananaMind-1.0-Instruct Source: Original Platform
This commit is contained in:
42
checkpoints/checkpoint-2500/config.json
Normal file
42
checkpoints/checkpoint-2500/config.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"activation_function": "gelu_new",
|
||||
"add_cross_attention": false,
|
||||
"architectures": [
|
||||
"GPT2LMHeadModel"
|
||||
],
|
||||
"attn_pdrop": 0.1,
|
||||
"bos_token_id": 50256,
|
||||
"dtype": "float32",
|
||||
"embd_pdrop": 0.1,
|
||||
"eos_token_id": 50256,
|
||||
"initializer_range": 0.02,
|
||||
"layer_norm_epsilon": 1e-05,
|
||||
"model_type": "gpt2",
|
||||
"n_ctx": 1024,
|
||||
"n_embd": 1600,
|
||||
"n_head": 25,
|
||||
"n_inner": null,
|
||||
"n_layer": 48,
|
||||
"n_positions": 1024,
|
||||
"output_past": true,
|
||||
"pad_token_id": 50256,
|
||||
"reorder_and_upcast_attn": false,
|
||||
"resid_pdrop": 0.1,
|
||||
"scale_attn_by_inverse_layer_idx": false,
|
||||
"scale_attn_weights": true,
|
||||
"summary_activation": null,
|
||||
"summary_first_dropout": 0.1,
|
||||
"summary_proj_to_labels": true,
|
||||
"summary_type": "cls_index",
|
||||
"summary_use_proj": true,
|
||||
"task_specific_params": {
|
||||
"text-generation": {
|
||||
"do_sample": true,
|
||||
"max_length": 50
|
||||
}
|
||||
},
|
||||
"tie_word_embeddings": true,
|
||||
"transformers_version": "5.12.1",
|
||||
"use_cache": false,
|
||||
"vocab_size": 50257
|
||||
}
|
||||
6
checkpoints/checkpoint-2500/generation_config.json
Normal file
6
checkpoints/checkpoint-2500/generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 50256,
|
||||
"eos_token_id": 50256,
|
||||
"transformers_version": "5.12.1"
|
||||
}
|
||||
3
checkpoints/checkpoint-2500/model.safetensors
Normal file
3
checkpoints/checkpoint-2500/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99120dea29c96d2624f352dca4ac829289f9faae1f43bf442d2eb5a9745ad22c
|
||||
size 6230505744
|
||||
3
checkpoints/checkpoint-2500/optimizer.pt
Normal file
3
checkpoints/checkpoint-2500/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0c35323fb402e0f5e5be62b4a7a7c1b0544ce537d1b75d528cc9d3738e9ac53
|
||||
size 12461394739
|
||||
3
checkpoints/checkpoint-2500/rng_state.pth
Normal file
3
checkpoints/checkpoint-2500/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51c4af098767adcf11b45bbc8a70b02ab9a17d573ec1a630d1e5da3091f6d6ec
|
||||
size 14645
|
||||
3
checkpoints/checkpoint-2500/scaler.pt
Normal file
3
checkpoints/checkpoint-2500/scaler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:861ce13e6ca091acee9a68ebfc5ca38479baf4b537c37b3949f071f77b81e9f0
|
||||
size 1383
|
||||
3
checkpoints/checkpoint-2500/scheduler.pt
Normal file
3
checkpoints/checkpoint-2500/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4e45924548bf03c960500f224888c2e9e8fd434dae2bccaa101877c6182dd0b
|
||||
size 1465
|
||||
250311
checkpoints/checkpoint-2500/tokenizer.json
Normal file
250311
checkpoints/checkpoint-2500/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
13
checkpoints/checkpoint-2500/tokenizer_config.json
Normal file
13
checkpoints/checkpoint-2500/tokenizer_config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"add_prefix_space": false,
|
||||
"backend": "tokenizers",
|
||||
"bos_token": "<|endoftext|>",
|
||||
"eos_token": "<|endoftext|>",
|
||||
"errors": "replace",
|
||||
"is_local": false,
|
||||
"local_files_only": false,
|
||||
"model_max_length": 1024,
|
||||
"pad_token": "<|endoftext|>",
|
||||
"tokenizer_class": "GPT2Tokenizer",
|
||||
"unk_token": "<|endoftext|>"
|
||||
}
|
||||
1784
checkpoints/checkpoint-2500/trainer_state.json
Normal file
1784
checkpoints/checkpoint-2500/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoints/checkpoint-2500/training_args.bin
Normal file
3
checkpoints/checkpoint-2500/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:505999d3a1e6baaa16832f11db4bf97a5d1bd224d517d6d4a7ac2f3008a3aff8
|
||||
size 5201
|
||||
Reference in New Issue
Block a user