初始化项目,由ModelHub XC社区提供模型
Model: CLMBR/binding-c-command-transformer-0 Source: Original Platform
This commit is contained in:
28
checkpoint-381600/config.json
Normal file
28
checkpoint-381600/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"_remove_final_layer_norm": false,
|
||||
"activation_function": "relu",
|
||||
"architectures": [
|
||||
"OPTForCausalLM"
|
||||
],
|
||||
"attention_dropout": 0.0,
|
||||
"bos_token_id": 2,
|
||||
"do_layer_norm_before": true,
|
||||
"dropout": 0.1,
|
||||
"enable_bias": true,
|
||||
"eos_token_id": 2,
|
||||
"ffn_dim": 768,
|
||||
"hidden_size": 768,
|
||||
"init_std": 0.02,
|
||||
"layer_norm_elementwise_affine": true,
|
||||
"layerdrop": 0.0,
|
||||
"max_position_embeddings": 512,
|
||||
"model_type": "opt",
|
||||
"num_attention_heads": 8,
|
||||
"num_hidden_layers": 8,
|
||||
"pad_token_id": 1,
|
||||
"torch_dtype": "float32",
|
||||
"transformers_version": "4.33.3",
|
||||
"use_cache": true,
|
||||
"vocab_size": 50002,
|
||||
"word_embed_proj_dim": 768
|
||||
}
|
||||
7
checkpoint-381600/generation_config.json
Normal file
7
checkpoint-381600/generation_config.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 2,
|
||||
"eos_token_id": 2,
|
||||
"pad_token_id": 1,
|
||||
"transformers_version": "4.33.3"
|
||||
}
|
||||
3
checkpoint-381600/optimizer.pt
Normal file
3
checkpoint-381600/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8209a87fd6e28fc9b4e4b12a9db15b9fc54310b28f65503e1014968cfdb3c8a
|
||||
size 537476677
|
||||
3
checkpoint-381600/pytorch_model.bin
Normal file
3
checkpoint-381600/pytorch_model.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb3c1aff6893c0ce9645cec58223a8857decdb952424dd638a5726e1c67d143d
|
||||
size 268727709
|
||||
3
checkpoint-381600/rng_state.pth
Normal file
3
checkpoint-381600/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc63b550748c0190ee3d7a492637f49ce5b41fb134c0bd4f4f2fdb27017ecc77
|
||||
size 14511
|
||||
3
checkpoint-381600/scheduler.pt
Normal file
3
checkpoint-381600/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:142c679cbd614ce3531b00c5ae80b1b576847e97b92077002eaa21521d365d39
|
||||
size 627
|
||||
5
checkpoint-381600/special_tokens_map.json
Normal file
5
checkpoint-381600/special_tokens_map.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"eos_token": "<eos>",
|
||||
"pad_token": "<pad>",
|
||||
"unk_token": "<unk>"
|
||||
}
|
||||
50055
checkpoint-381600/tokenizer.json
Normal file
50055
checkpoint-381600/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
12
checkpoint-381600/tokenizer_config.json
Normal file
12
checkpoint-381600/tokenizer_config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"clean_up_tokenization_spaces": true,
|
||||
"eos_token": "<eos>",
|
||||
"max_length": null,
|
||||
"model_max_length": 512,
|
||||
"pad_to_multiple_of": null,
|
||||
"pad_token": "<pad>",
|
||||
"pad_token_type_id": 0,
|
||||
"padding_side": "right",
|
||||
"tokenizer_class": "PreTrainedTokenizerFast",
|
||||
"unk_token": "<unk>"
|
||||
}
|
||||
4535
checkpoint-381600/trainer_state.json
Normal file
4535
checkpoint-381600/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-381600/training_args.bin
Normal file
3
checkpoint-381600/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6261507663665818e15bbe2ff9bf882c1bc1b5c7a292d68afe8b70d97f19ff1b
|
||||
size 4283
|
||||
Reference in New Issue
Block a user