下架bert以及t5模型代码

This commit is contained in:
yiyison
2025-06-23 20:03:56 +08:00
parent bbf4790622
commit e8b9bcc58d
46 changed files with 7 additions and 8255 deletions

View File

@@ -30,7 +30,7 @@ mindformers.AutoConfig
这个API正处于实验阶段在下一个版本中可能会有一些突破性的变化。
参数:
- **model_type** (str) - 模型简称,类似'bert'或'gpt'。
- **model_type** (str) - 模型简称,类似'llama3_1'。
- **config** (PretrainedConfig) - 用于注册的类。
- **exist_ok** (bool, 可选) - 为True时若model_type已存在也不报错。默认值 ``False``

View File