|
44 | 44 | ("blip", "BlipModel"), |
45 | 45 | ("blip-2", "Blip2Model"), |
46 | 46 | ("starcoder2", "Starcoder2Model"), |
| 47 | + ("canine", "CanineModel"), |
47 | 48 | ("chameleon", "ChameleonModel"), |
48 | 49 | ("clap", "ClapModel"), |
49 | 50 | ("clip", "CLIPModel"), |
|
374 | 375 | ("helium", "HeliumForSequenceClassification"), |
375 | 376 | ("led", "LEDForSequenceClassification"), |
376 | 377 | ("starcoder2", "Starcoder2ForSequenceClassification"), |
| 378 | + ("canine", "CanineForSequenceClassification"), |
377 | 379 | ("llama", "LlamaForSequenceClassification"), |
378 | 380 | ("persimmon", "PersimmonForSequenceClassification"), |
379 | 381 | ("mobilebert", "MobileBertForSequenceClassification"), |
|
416 | 418 | ("t5", "T5ForQuestionAnswering"), |
417 | 419 | ("mixtral", "MixtralForQuestionAnswering"), |
418 | 420 | ("mpt", "MptForQuestionAnswering"), |
| 421 | + ("canine", "CanineForQuestionAnswering"), |
419 | 422 | ("umt5", "UMT5ForQuestionAnswering"), |
420 | 423 | ("xlm-roberta", "XLMRobertaForQuestionAnswering"), |
421 | 424 | ("xlm-roberta-xl", "XLMRobertaXLForQuestionAnswering"), |
|
456 | 459 | ("roberta", "RobertaForTokenClassification"), |
457 | 460 | ("rembert", "RemBertForTokenClassification"), |
458 | 461 | ("convbert", "ConvBertForTokenClassification"), |
| 462 | + ("canine", "CanineForTokenClassification"), |
459 | 463 | ("t5", "T5ForTokenClassification"), |
460 | 464 | ("umt5", "UMT5ForTokenClassification"), |
461 | 465 | ("xlm-roberta", "XLMRobertaForTokenClassification"), |
|
469 | 473 | ("camembert", "CamembertForMultipleChoice"), |
470 | 474 | ("albert", "AlbertForMultipleChoice"), |
471 | 475 | ("convbert", "ConvBertForMultipleChoice"), |
| 476 | + ("canine", "CanineForMultipleChoice"), |
472 | 477 | ("bert", "BertForMultipleChoice"), |
473 | 478 | ("roberta", "RobertaForMultipleChoice"), |
474 | 479 | ("deberta-v2", "DebertaV2ForMultipleChoice"), |
|
0 commit comments