1 Star 0 Fork 1

xufeng/blip-image-captioning-large

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tokenizer_config.json 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
Younes Belkada 提交于 2023-05-16 08:29 . Update tokenizer_config.json (#11)
{
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"mask_token": "[MASK]",
"model_max_length": 512,
"name_or_path": "Salesforce/blip-image-captioning-large",
"never_split": null,
"pad_token": "[PAD]",
"processor_class": "BlipProcessor",
"sep_token": "[SEP]",
"special_tokens_map_file": null,
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]",
"model_input_names": [
"input_ids",
"attention_mask"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lixufeng90/blip-image-captioning-large.git
git@gitee.com:lixufeng90/blip-image-captioning-large.git
lixufeng90
blip-image-captioning-large
blip-image-captioning-large
main

搜索帮助