Add TensorFlow Wav2Vec2 for sequence classification (#22073)
* Add initial changes for TF wav2vec2 for sequence classification * Add suggested changes * Add serving and serving output methods * Add serving_output implementation and fix layer_weights * Add fixes * Fixed test cases * Fixing test and adding suggested changes
This commit is contained in:
@@ -197,6 +197,11 @@ Otherwise, [`~Wav2Vec2ProcessorWithLM.batch_decode`] performance will be slower
|
||||
[[autodoc]] TFWav2Vec2Model
|
||||
- call
|
||||
|
||||
## TFWav2Vec2ForSequenceClassification
|
||||
|
||||
[[autodoc]] TFWav2Vec2ForSequenceClassification
|
||||
- call
|
||||
|
||||
## TFWav2Vec2ForCTC
|
||||
|
||||
[[autodoc]] TFWav2Vec2ForCTC
|
||||
|
||||
Reference in New Issue
Block a user