File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 7272
7373 # TODO: remove when https://github.com/huggingface/transformers/issues/28096 is addressed
7474 'RajuKandasamy/tamillama_tiny_30m' ,
75+
76+ # Requires `trust_remote_code`
77+ 'monologg/kobert' ,
7578]
7679
7780MAX_TESTS = {
228231
229232TOKENIZERS_WITH_CHAT_TEMPLATES = {
230233 # https://huggingface.co/docs/transformers/main/en/chat_templating
231- 'Xenova/blenderbot-400M-distill' : [
232- 'basic' ,
233- ],
234-
235234 'Xenova/mistral-tokenizer-v1' : [
236235 'basic' ,
237236 ],
240239 'system' ,
241240 ],
242241
243- 'Xenova/llama-tokenizer' : [
244- 'basic' ,
245- 'system' ,
246- 'system + assistant' ,
247- ],
248- 'Xenova/llama2-tokenizer' : [
249- 'basic' ,
250- 'system' ,
251- 'system + assistant' ,
252- ],
253242 'Xenova/llama2-chat-tokenizer' : [
254243 'basic' ,
255244 'system' ,
You can’t perform that action at this time.
0 commit comments