@@ -14,56 +14,113 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
-->
16
16
17
- # Reference
17
+ # Models
18
18
19
- ## OVModelForFeatureExtraction
19
+ ## Natural Language Processing
20
20
21
- [[autodoc]] openvino.modeling.OVModelForFeatureExtraction
21
+ The following classes are available for the following natural language processing tasks.
22
+
23
+ ### OVModelForCausalLM
24
+
25
+ [[autodoc]] openvino.modeling_decoder.OVModelForCausalLM
26
+ - forward
27
+ - generate
22
28
23
- ## OVModelForMaskedLM
29
+ ### OVModelForMaskedLM
24
30
25
31
[[autodoc]] openvino.modeling.OVModelForMaskedLM
32
+ - forward
33
+
34
+ ### OVModelForSeq2SeqLM
35
+
36
+ [[autodoc]] openvino.modeling_seq2seq.OVModelForSeq2SeqLM
37
+ - forward
26
38
27
- ## OVModelForQuestionAnswering
39
+ ### OVModelForQuestionAnswering
28
40
29
41
[[autodoc]] openvino.modeling.OVModelForQuestionAnswering
42
+ - forward
30
43
31
- ## OVModelForSequenceClassification
44
+ ### OVModelForSequenceClassification
32
45
33
46
[[autodoc]] openvino.modeling.OVModelForSequenceClassification
47
+ - forward
34
48
35
- ## OVModelForTokenClassification
49
+ ### OVModelForTokenClassification
36
50
37
51
[[autodoc]] openvino.modeling.OVModelForTokenClassification
52
+ - forward
38
53
39
- ## OVModelForAudioClassification
54
+
55
+ ## Audio
56
+
57
+ The following classes are available for the following audio tasks.
58
+
59
+ ### OVModelForAudioClassification
40
60
41
61
[[autodoc]] openvino.modeling.OVModelForAudioClassification
62
+ - forward
42
63
43
- ## OVModelForAudioFrameClassification
64
+ ### OVModelForAudioFrameClassification
44
65
45
66
[[autodoc]] openvino.modeling.OVModelForAudioFrameClassification
67
+ - forward
46
68
47
- ## OVModelForCTC
69
+ ### OVModelForCTC
48
70
49
71
[[autodoc]] openvino.modeling.OVModelForCTC
72
+ - forward
50
73
51
- ## OVModelForAudioXVector
74
+ ### OVModelForAudioXVector
52
75
53
76
[[autodoc]] openvino.modeling.OVModelForAudioXVector
77
+ - forward
78
+
79
+ ### OVModelForSpeechSeq2Seq
80
+
81
+ [[autodoc]] openvino.modeling_seq2seq.OVModelForSpeechSeq2Seq
82
+ - forward
83
+
84
+
85
+ ## Computer Vision
54
86
55
- ## OVModelForImageClassification
87
+ The following classes are available for the following computer vision tasks.
88
+
89
+ ### OVModelForImageClassification
56
90
57
91
[[autodoc]] openvino.modeling.OVModelForImageClassification
92
+ - forward
58
93
59
- ## OVModelForCausalLM
60
94
61
- [[autodoc]] openvino.modeling_decoder.OVModelForCausalLM
95
+ ## Multimodal
62
96
63
- ## OVModelForSeq2SeqLM
97
+ The following classes are available for the following multimodal tasks.
64
98
65
- [[autodoc]] openvino.modeling_seq2seq.OVModelForSeq2SeqLM
99
+ ### OVModelForVision2Seq
100
+
101
+ [[autodoc]] openvino.modeling_seq2seq.OVModelForVision2Seq
102
+ - forward
103
+
104
+ ### OVModelForPix2Struct
105
+
106
+ [[autodoc]] openvino.modeling_seq2seq.OVModelForPix2Struct
107
+ - forward
108
+
109
+ ## Custom Tasks
110
+
111
+ ### OVModelForCustomTasks
112
+
113
+ [[autodoc]] openvino.modeling.OVModelForCustomTasks
114
+ - forward
115
+
116
+ ### OVModelForFeatureExtraction
117
+
118
+ [[autodoc]] openvino.modeling.OVModelForFeatureExtraction
119
+ - forward
120
+
121
+
122
+ # Quantization
66
123
67
- ## OVQuantizer
124
+ ### OVQuantizer
68
125
69
126
[[autodoc]] openvino.quantization.OVQuantizer
0 commit comments