mirror of
https://www.modelscope.cn/AI-ModelScope/Florence-2-large.git
synced 2026-04-02 21:52:53 +08:00
initial tuned 4k context length model (#84)
- add 4k context length model (43013a8f5eccffac1f83ec7d00e94b9ecb218380) Co-authored-by: Haiping Wu <haipingwu@users.noreply.huggingface.co>
This commit is contained in:
@ -46,7 +46,7 @@
|
||||
"LABEL_1": 1,
|
||||
"LABEL_2": 2
|
||||
},
|
||||
"max_position_embeddings": 1024,
|
||||
"max_position_embeddings": 4096,
|
||||
"no_repeat_ngram_size": 3,
|
||||
"normalize_before": false,
|
||||
"num_hidden_layers": 12,
|
||||
|
||||
Reference in New Issue
Block a user