Update with commit e5a9ce48f711b1f26eef3f7047a13b8235e4a71b
Browse filesSee: https://github.com/huggingface/transformers/commit/e5a9ce48f711b1f26eef3f7047a13b8235e4a71b
- frameworks.json +1 -0
- pipeline_tags.json +1 -0
frameworks.json
CHANGED
|
@@ -142,6 +142,7 @@
|
|
| 142 |
{"model_type":"layoutlmv3","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoProcessor"}
|
| 143 |
{"model_type":"led","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 144 |
{"model_type":"levit","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
|
|
|
| 145 |
{"model_type":"lilt","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
| 146 |
{"model_type":"llama","pytorch":true,"tensorflow":false,"flax":true,"processor":"AutoTokenizer"}
|
| 147 |
{"model_type":"llama4","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoProcessor"}
|
|
|
|
| 142 |
{"model_type":"layoutlmv3","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoProcessor"}
|
| 143 |
{"model_type":"led","pytorch":true,"tensorflow":true,"flax":false,"processor":"AutoTokenizer"}
|
| 144 |
{"model_type":"levit","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 145 |
+
{"model_type":"lightglue","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 146 |
{"model_type":"lilt","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
| 147 |
{"model_type":"llama","pytorch":true,"tensorflow":false,"flax":true,"processor":"AutoTokenizer"}
|
| 148 |
{"model_type":"llama4","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoProcessor"}
|
pipeline_tags.json
CHANGED
|
@@ -537,6 +537,7 @@
|
|
| 537 |
{"model_class":"LevitForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 538 |
{"model_class":"LevitForImageClassificationWithTeacher","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 539 |
{"model_class":"LevitModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
|
|
|
| 540 |
{"model_class":"LiltForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"AutoModelForQuestionAnswering"}
|
| 541 |
{"model_class":"LiltForSequenceClassification","pipeline_tag":"text-classification","auto_class":"AutoModelForSequenceClassification"}
|
| 542 |
{"model_class":"LiltForTokenClassification","pipeline_tag":"token-classification","auto_class":"AutoModelForTokenClassification"}
|
|
|
|
| 537 |
{"model_class":"LevitForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 538 |
{"model_class":"LevitForImageClassificationWithTeacher","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 539 |
{"model_class":"LevitModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
| 540 |
+
{"model_class":"LightGlueForKeypointMatching","pipeline_tag":"feature-extraction","auto_class":"AutoModel"}
|
| 541 |
{"model_class":"LiltForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"AutoModelForQuestionAnswering"}
|
| 542 |
{"model_class":"LiltForSequenceClassification","pipeline_tag":"text-classification","auto_class":"AutoModelForSequenceClassification"}
|
| 543 |
{"model_class":"LiltForTokenClassification","pipeline_tag":"token-classification","auto_class":"AutoModelForTokenClassification"}
|