Update with commit de8548ebf3242305d0f9792dacb6f86b196a3a33
Browse filesSee: https://github.com/huggingface/transformers/commit/de8548ebf3242305d0f9792dacb6f86b196a3a33
- frameworks.json +1 -1
- pipeline_tags.json +4 -0
frameworks.json
CHANGED
|
@@ -46,7 +46,7 @@
|
|
| 46 |
{"model_type":"imagegpt","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoFeatureExtractor"}
|
| 47 |
{"model_type":"layoutlm","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 48 |
{"model_type":"layoutlmv2","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoProcessor"}
|
| 49 |
-
{"model_type":"layoutlmv3","pytorch":true,"tensorflow":
|
| 50 |
{"model_type":"led","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 51 |
{"model_type":"levit","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoFeatureExtractor"}
|
| 52 |
{"model_type":"longformer","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
|
|
|
| 46 |
{"model_type":"imagegpt","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoFeatureExtractor"}
|
| 47 |
{"model_type":"layoutlm","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 48 |
{"model_type":"layoutlmv2","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoProcessor"}
|
| 49 |
+
{"model_type":"layoutlmv3","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoProcessor"}
|
| 50 |
{"model_type":"led","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 51 |
{"model_type":"levit","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoFeatureExtractor"}
|
| 52 |
{"model_type":"longformer","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
pipeline_tags.json
CHANGED
|
@@ -563,6 +563,10 @@
|
|
| 563 |
{"model_class":"TFLayoutLMForSequenceClassification","pipeline_tag":"text-classification","auto_class":"TF_AutoModelForSequenceClassification"}
|
| 564 |
{"model_class":"TFLayoutLMForTokenClassification","pipeline_tag":"token-classification","auto_class":"TF_AutoModelForTokenClassification"}
|
| 565 |
{"model_class":"TFLayoutLMModel","pipeline_tag":"feature-extraction","auto_class":"TF_AutoModel"}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 566 |
{"model_class":"TFLongformerForMaskedLM","pipeline_tag":"fill-mask","auto_class":"TF_AutoModelForMaskedLM"}
|
| 567 |
{"model_class":"TFLongformerForMultipleChoice","pipeline_tag":"multiple-choice","auto_class":"TF_AutoModelForMultipleChoice"}
|
| 568 |
{"model_class":"TFLongformerForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"TF_AutoModelForQuestionAnswering"}
|
|
|
|
| 563 |
{"model_class":"TFLayoutLMForSequenceClassification","pipeline_tag":"text-classification","auto_class":"TF_AutoModelForSequenceClassification"}
|
| 564 |
{"model_class":"TFLayoutLMForTokenClassification","pipeline_tag":"token-classification","auto_class":"TF_AutoModelForTokenClassification"}
|
| 565 |
{"model_class":"TFLayoutLMModel","pipeline_tag":"feature-extraction","auto_class":"TF_AutoModel"}
|
| 566 |
+
{"model_class":"TFLayoutLMv3ForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"TF_AutoModelForQuestionAnswering"}
|
| 567 |
+
{"model_class":"TFLayoutLMv3ForSequenceClassification","pipeline_tag":"text-classification","auto_class":"TF_AutoModelForSequenceClassification"}
|
| 568 |
+
{"model_class":"TFLayoutLMv3ForTokenClassification","pipeline_tag":"token-classification","auto_class":"TF_AutoModelForTokenClassification"}
|
| 569 |
+
{"model_class":"TFLayoutLMv3Model","pipeline_tag":"feature-extraction","auto_class":"TF_AutoModel"}
|
| 570 |
{"model_class":"TFLongformerForMaskedLM","pipeline_tag":"fill-mask","auto_class":"TF_AutoModelForMaskedLM"}
|
| 571 |
{"model_class":"TFLongformerForMultipleChoice","pipeline_tag":"multiple-choice","auto_class":"TF_AutoModelForMultipleChoice"}
|
| 572 |
{"model_class":"TFLongformerForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"TF_AutoModelForQuestionAnswering"}
|