Skip to content

Commit

Permalink
Add more Tasks docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Nov 29, 2024
1 parent 696416f commit 89b2581
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/source/package_reference/tasks.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Tasks

## LightevalTask

[[autodoc]] tasks.lighteval_task.LightevalTask

[[autodoc]] tasks.lighteval_task.LightevalTaskConfig

## PromptManager

[[autodoc]] tasks.prompt_manager.PromptManager

## Registry

[[autodoc]] tasks.registry.Registry

## Requests

[[autodoc]] tasks.requests.Request

[[autodoc]] tasks.requests.LoglikelihoodRequest

[[autodoc]] tasks.requests.LoglikelihoodSingleTokenRequest

[[autodoc]] tasks.requests.LoglikelihoodRollingRequest

[[autodoc]] tasks.requests.GreedyUntilRequest

[[autodoc]] tasks.requests.GreedyUntilMultiTurnRequest

0 comments on commit 89b2581

Please sign in to comment.