初始化项目,由ModelHub XC社区提供模型
Model: theophilusowiti/Caracal_GPT Source: Original Platform
This commit is contained in:
33
checkpoints/checkpoint-21630/config.json
Normal file
33
checkpoints/checkpoint-21630/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"_name_or_path": "lelapa/InkubaLM-0.4B",
|
||||
"architectures": [
|
||||
"LlamaForCausalLM"
|
||||
],
|
||||
"attention_bias": false,
|
||||
"attention_dropout": 0.0,
|
||||
"auto_map": {
|
||||
"AutoModelForCausalLM": "lelapa/InkubaLM-0.4B--vulavulaslm.VulavulaLlamaForCausalLM"
|
||||
},
|
||||
"bos_token_id": 1,
|
||||
"eos_token_id": 2,
|
||||
"head_dim": 64,
|
||||
"hidden_act": "silu",
|
||||
"hidden_size": 2048,
|
||||
"initializer_range": 0.02,
|
||||
"intermediate_size": 5632,
|
||||
"max_position_embeddings": 2048,
|
||||
"mlp_bias": false,
|
||||
"model_type": "llama",
|
||||
"num_attention_heads": 32,
|
||||
"num_hidden_layers": 8,
|
||||
"num_key_value_heads": 32,
|
||||
"pretraining_tp": 1,
|
||||
"rms_norm_eps": 1e-05,
|
||||
"rope_scaling": null,
|
||||
"rope_theta": 10000.0,
|
||||
"tie_word_embeddings": false,
|
||||
"torch_dtype": "bfloat16",
|
||||
"transformers_version": "4.45.2",
|
||||
"use_cache": true,
|
||||
"vocab_size": 61788
|
||||
}
|
||||
6
checkpoints/checkpoint-21630/generation_config.json
Normal file
6
checkpoints/checkpoint-21630/generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"_from_model_config": true,
|
||||
"bos_token_id": 1,
|
||||
"eos_token_id": 2,
|
||||
"transformers_version": "4.45.2"
|
||||
}
|
||||
3
checkpoints/checkpoint-21630/model.safetensors
Normal file
3
checkpoints/checkpoint-21630/model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0410140d91ca06b1dde5c41121462f2a50368de56fa21fc09ada1f689f72d45
|
||||
size 1328329064
|
||||
3
checkpoints/checkpoint-21630/optimizer.pt
Normal file
3
checkpoints/checkpoint-21630/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7458123d26bcd0a61fd65d4e0846ebfa6af40b1e5b2aad7a5745b156ab2db92f
|
||||
size 2656706059
|
||||
3
checkpoints/checkpoint-21630/rng_state.pth
Normal file
3
checkpoints/checkpoint-21630/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f016673068a962ff8dbca4327fe70d8b75e3232792c35d2d5d93b4234a6d74e6
|
||||
size 14645
|
||||
3
checkpoints/checkpoint-21630/scheduler.pt
Normal file
3
checkpoints/checkpoint-21630/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f70d75ecedc22c73e73affdf3900293613004ec73135042af93619f28eabe886
|
||||
size 1465
|
||||
24
checkpoints/checkpoint-21630/special_tokens_map.json
Normal file
24
checkpoints/checkpoint-21630/special_tokens_map.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"bos_token": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": "</s>",
|
||||
"unk_token": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
608412
checkpoints/checkpoint-21630/tokenizer.json
Normal file
608412
checkpoints/checkpoint-21630/tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoints/checkpoint-21630/tokenizer.model
Normal file
3
checkpoints/checkpoint-21630/tokenizer.model
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c41fcc6d44fcc4e8269e41dffe0123687baf800bd95a9c8b5d48abd9cb8971b
|
||||
size 991189
|
||||
42
checkpoints/checkpoint-21630/tokenizer_config.json
Normal file
42
checkpoints/checkpoint-21630/tokenizer_config.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"add_bos_token": true,
|
||||
"add_eos_token": false,
|
||||
"add_prefix_space": true,
|
||||
"added_tokens_decoder": {
|
||||
"0": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"1": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"2": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
}
|
||||
},
|
||||
"bos_token": "<s>",
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"eos_token": "</s>",
|
||||
"legacy": true,
|
||||
"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
|
||||
}
|
||||
3057
checkpoints/checkpoint-21630/trainer_state.json
Normal file
3057
checkpoints/checkpoint-21630/trainer_state.json
Normal file
File diff suppressed because it is too large
Load Diff
3
checkpoints/checkpoint-21630/training_args.bin
Normal file
3
checkpoints/checkpoint-21630/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81e28cb73e82a427f5aecaf5cb3be59f66dc541feeda51ce866ae721e8f63225
|
||||
size 5713
|
||||
Reference in New Issue
Block a user