Open
Description
TODO
This issue lists the remaining tasks following #449
- Ensure the output types of
sentence-similarity
are emitted by the inference-codegen script - Packaging/tooling improvements @coyotte508 (👷 Changes to build inference types #464)
- Add missing parameters for
generate
(link) - Add TEI parameters to the
feature-extraction
/text-embedding
task - Proper params and descriptions for
depth-estimation
Depth Estimation Pipeline docstrings are wrong transformers#28729 (🩹 [Tasks] Fix depth-estimation spec #472) - Document specs structure, code generation & design choices
- Ensure output types are not batched (typing the output for a single sample) (♻️ [Tasks] Use
snake_case
for parameters (+ misc format fixes) #470 ) - Use
snake_case
in the JSON Schema to match the current APIs format (♻️ [Tasks] Usesnake_case
for parameters (+ misc format fixes) #470 ) - Use
inputs
instead ofdata
in the JSON Schema to match current APIs format (♻️ [ Tasks] Renamedata
->inputs
to conform existing APIs #471 )
"Bigger" changes:
- Rename
feature-extraction
totext-embedding
- Unify
text-generation
andtext2text-generation