Train and prediction script for a topic classification model based on bert-chinese.

This commit is contained in:
戒酒的李白
2025-08-09 19:34:44 +08:00
parent 20222bbdda
commit 4373f31dcf
8 changed files with 43216 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"unk_token": "[UNK]"
}