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