Update with commit 96bf3d6cc56548b38b13b881d920b38d406c8df1
Browse filesSee: https://github.com/huggingface/transformers/commit/96bf3d6cc56548b38b13b881d920b38d406c8df1
- frameworks.json +1 -0
- pipeline_tags.json +5 -0
frameworks.json
CHANGED
|
@@ -57,6 +57,7 @@
|
|
| 57 |
{"model_type":"depth_anything","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 58 |
{"model_type":"deta","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 59 |
{"model_type":"detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
|
|
|
| 60 |
{"model_type":"dinat","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 61 |
{"model_type":"dinov2","pytorch":true,"tensorflow":false,"flax":true,"processor":"AutoImageProcessor"}
|
| 62 |
{"model_type":"dinov2_with_registers","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
|
|
|
| 57 |
{"model_type":"depth_anything","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 58 |
{"model_type":"deta","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 59 |
{"model_type":"detr","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 60 |
+
{"model_type":"diffllama","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
| 61 |
{"model_type":"dinat","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoImageProcessor"}
|
| 62 |
{"model_type":"dinov2","pytorch":true,"tensorflow":false,"flax":true,"processor":"AutoImageProcessor"}
|
| 63 |
{"model_type":"dinov2_with_registers","pytorch":true,"tensorflow":false,"flax":false,"processor":"AutoTokenizer"}
|
pipeline_tags.json
CHANGED
|
@@ -167,6 +167,11 @@
|
|
| 167 |
{"model_class":"DetrForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|
| 168 |
{"model_class":"DetrForSegmentation","pipeline_tag":"image-segmentation","auto_class":"AutoModelForImageSegmentation"}
|
| 169 |
{"model_class":"DetrModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
{"model_class":"DinatForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 171 |
{"model_class":"DinatModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
| 172 |
{"model_class":"Dinov2ForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
|
|
|
| 167 |
{"model_class":"DetrForObjectDetection","pipeline_tag":"object-detection","auto_class":"AutoModelForObjectDetection"}
|
| 168 |
{"model_class":"DetrForSegmentation","pipeline_tag":"image-segmentation","auto_class":"AutoModelForImageSegmentation"}
|
| 169 |
{"model_class":"DetrModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
| 170 |
+
{"model_class":"DiffLlamaForCausalLM","pipeline_tag":"text-generation","auto_class":"AutoModelForCausalLM"}
|
| 171 |
+
{"model_class":"DiffLlamaForQuestionAnswering","pipeline_tag":"question-answering","auto_class":"AutoModelForQuestionAnswering"}
|
| 172 |
+
{"model_class":"DiffLlamaForSequenceClassification","pipeline_tag":"text-classification","auto_class":"AutoModelForSequenceClassification"}
|
| 173 |
+
{"model_class":"DiffLlamaForTokenClassification","pipeline_tag":"token-classification","auto_class":"AutoModelForTokenClassification"}
|
| 174 |
+
{"model_class":"DiffLlamaModel","pipeline_tag":"feature-extraction","auto_class":"AutoModel"}
|
| 175 |
{"model_class":"DinatForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|
| 176 |
{"model_class":"DinatModel","pipeline_tag":"image-feature-extraction","auto_class":"AutoModel"}
|
| 177 |
{"model_class":"Dinov2ForImageClassification","pipeline_tag":"image-classification","auto_class":"AutoModelForImageClassification"}
|