export BERT to MATLAB: Load pre-trained BERT models
This toolbox imports pre-trained BERT transformer models from Python and stores the models to be directly used in MATLAB.
引用格式
Moritz Scherrmann (2026). export BERT to MATLAB: Load pre-trained BERT models (https://ww2.mathworks.cn/matlabcentral/fileexchange/125305-export-bert-to-matlab-load-pre-trained-bert-models), MATLAB Central File Exchange. 检索时间: .
致谢
参考作品: Transformer Models
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 2.0.3 | - Update README |
||
| 2.0.2 | - Update of input structure of BERT heads for downstream tasks. Now, it is enough to pass the pooler weights (in case of sequence classification) and the task specific weights to the respective functions.
|
||
| 1.0.4 | This version updates all codes to the new transformer version of Matlab 2023b. |
||
| 1.0.3 | Changed license in files |