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

Model: CaffeineThief/ttp_sft_kanana-1.5_75per_ood_added_anno
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-01 23:20:18 +08:00
commit 2ceee15c3a
13 changed files with 2954 additions and 0 deletions

4
debug.log Normal file
View File

@@ -0,0 +1,4 @@
Loading dataset from disk: 0%| | 0/64 [00:00<?, ?it/s]
Loading dataset from disk: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 64/64 [00:00<00:00, 38774.44it/s]
[2026-03-05 02:08:00,382] [WARNING] [py.warnings._showwarnmsg:109] [PID:2751870] /usr/local/lib/python3.10/dist-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py:678: FutureWarning: FSDP.state_dict_type() and FSDP.set_state_dict_type() are being deprecated. Please use APIs, get_state_dict() and set_state_dict(), which can support different parallelisms, FSDP1, FSDP2, DDP. API doc: https://pytorch.org/docs/stable/distributed.checkpoint.html#torch.distributed.checkpoint.state_dict.get_state_dict .Tutorial: https://pytorch.org/tutorials/recipes/distributed_checkpoint_recipe.html .