初始化项目,由ModelHub XC社区提供模型
Model: CLMBR/full-transformer-0 Source: Original Platform
This commit is contained in:
28
checkpoint-1450080/config.json
Normal file
28
checkpoint-1450080/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-1450080/generation_config.json
Normal file
7
checkpoint-1450080/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-1450080/optimizer.pt
Normal file
3
checkpoint-1450080/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:264d775636d6c9cd7d4d6dc1b41226e5042c187f53b2d7a6215849c9c9a61534
|
||||
size 537476677
|
||||
3
checkpoint-1450080/pytorch_model.bin
Normal file
3
checkpoint-1450080/pytorch_model.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:667c5d98378caec7e117eb9fe91f36a4aac61f83d6b2c7f842febf246933ae09
|
||||
size 268727709
|
||||
3
checkpoint-1450080/rng_state.pth
Normal file
3
checkpoint-1450080/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92015b2516428bc2b80e6129b3c1a00eb450deb1cf67b1deb5ed2106d157f9df
|
||||
size 14511
|
||||
3
checkpoint-1450080/scheduler.pt
Normal file
3
checkpoint-1450080/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f68d98c4c21274ed37c53276cb7640e9512cfc9268f8f4f853b05e51ed16c8a
|
||||
size 627
|
||||
5
checkpoint-1450080/special_tokens_map.json
Normal file
5
checkpoint-1450080/special_tokens_map.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"eos_token": "<eos>",
|
||||
"pad_token": "<pad>",
|
||||
"unk_token": "<unk>"
|
||||
}
|
||||
50055
checkpoint-1450080/tokenizer.json
Normal file
50055
checkpoint-1450080/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
12
checkpoint-1450080/tokenizer_config.json
Normal file
12
checkpoint-1450080/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>"
|
||||
}
|
||||
17169
checkpoint-1450080/trainer_state.json
Normal file
17169
checkpoint-1450080/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoint-1450080/training_args.bin
Normal file
3
checkpoint-1450080/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7b0d3db05372989d5560f3aa9113ceb52d0837ad8aaabe588818b15da1f87a7
|
||||
size 4219
|
||||
Reference in New Issue
Block a user