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

Model: kojima-lab/molcrawl-genome-sequence-gpt2-small
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 00:46:20 +08:00
commit 5a70c83150
13 changed files with 54311 additions and 0 deletions

17
training_args.json Normal file
View File

@@ -0,0 +1,17 @@
{
"iteration": 200000,
"best_val_loss": 5.296863555908203,
"early_stopping_counter": 17,
"learning_rate": 6e-06,
"batch_size": 12,
"block_size": 1024,
"model_args": {
"n_layer": 12,
"n_head": 12,
"n_embd": 768,
"block_size": 1024,
"bias": false,
"vocab_size": 4096,
"dropout": 0.0
}
}