Skip to content

Comments

#316 improve task type#369

Open
MarleneKress79789 wants to merge 17 commits intomainfrom
refactoring/#316-improve-task-type
Open

#316 improve task type#369
MarleneKress79789 wants to merge 17 commits intomainfrom
refactoring/#316-improve-task-type

Conversation

@MarleneKress79789
Copy link
Collaborator

@MarleneKress79789 MarleneKress79789 commented Feb 17, 2026

All Submissions:

  • Is the title of the Pull Request correct?
  • Is the title of the corresponding issue correct?
  • Have you updated the changelog?
  • Have you updated the User/Developer Guide?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Are you mentioning the issue which this PullRequest fixes ("Fixes...")

fixes #316

Comment on lines 85 to 87
* `fill-mask`
* `question-answering`
* `text-classification`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So sequence classification and filling mask change. That is actually less bad than I assumed.
Filling mask is likely not used to often. Sequence classification is a bit annoying, because it many valid applications.

@@ -82,13 +82,15 @@ Specific parameters
Some models can be used for multiple types of tasks, but Hugging Face Transformers stores different metadata depending on the task of the model, which affects how the model is loaded later. Setting an incorrect task type, or leaving the task type empty may affect the models performance severely.

Available task types are:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We actually need feature-extraction as an allowed task type, because this is used in text-ai and our GPU example in ai-lab. Later, we want to have it also for a ComputeEmbedding UDF in this extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve task_type handling

2 participants