初始化项目,由ModelHub XC社区提供模型

Model: MisterAI/bigscience_bloom-560m
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-15 17:04:16 +08:00
commit 67580fa3ab
40 changed files with 1171 additions and 0 deletions

32
FT/Train01/config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"_name_or_path": "MisterAI/bigscience_bloom-560m",
"apply_residual_connection_post_layernorm": false,
"architectures": [
"BloomForCausalLM"
],
"attention_dropout": 0.0,
"attention_softmax_in_fp32": true,
"bias_dropout_fusion": true,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_dropout": 0.0,
"hidden_size": 1024,
"initializer_range": 0.02,
"layer_norm_epsilon": 1e-05,
"masked_softmax_fusion": true,
"model_type": "bloom",
"n_head": 16,
"n_inner": null,
"n_layer": 24,
"offset_alibi": 100,
"pad_token_id": 3,
"pretraining_tp": 1,
"skip_bias_add": true,
"skip_bias_add_qkv": false,
"slow_but_exact": false,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"unk_token_id": 0,
"use_cache": true,
"vocab_size": 250880
}

1
FT/Train01/demo01 Normal file
View File

@@ -0,0 +1 @@
#demo01

View File

@@ -0,0 +1,7 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 3,
"transformers_version": "4.49.0"
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9d6a4e21de45183e66e64f21d7b23a4c9c5a9eaa4a96d3218508febf0f36c22
size 2236892304

3
FT/Train01/rng_state.pth Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4864c89835cbf79e96fc0a2d2de7044506fea9c48cfcbba91fdab915a1eb9808
size 13990

3
FT/Train01/scheduler.pt Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe28afbf6131c4aaf26ff58140d1779aa47b73f2084ea00758f7b4ca1fc0182a
size 1064

View File

@@ -0,0 +1,32 @@
{
"best_metric": null,
"best_model_checkpoint": null,
"epoch": 1.0,
"eval_steps": 500,
"global_step": 9,
"is_hyper_param_search": false,
"is_local_process_zero": true,
"is_world_process_zero": true,
"log_history": [],
"logging_steps": 500,
"max_steps": 9,
"num_input_tokens_seen": 0,
"num_train_epochs": 1,
"save_steps": 10000,
"stateful_callbacks": {
"TrainerControl": {
"args": {
"should_epoch_stop": false,
"should_evaluate": false,
"should_log": false,
"should_save": true,
"should_training_stop": true
},
"attributes": {}
}
},
"total_flos": 16716725747712.0,
"train_batch_size": 2,
"trial_name": null,
"trial_params": null
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c41940dd9c9d8d44bbd60d5a3b1f83593e41741b8ef22fc21d087a365cb41d1e
size 5432