You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each dataset is standardized to either `MultipleChoice`, `Classification`, or `TokenClassification` dataset with identical fields.
14
7
We do not support generation tasks as they are addressed by [promptsource](https://github.com/bigscience-workshop/promptsource).
15
8
16
-
All implemented preprocessings can be found in [tasks.py](https://github.com/sileod/tasksource/blob/main/src/tasksource/tasks.py) or [tasks.md](https://github.com/sileod/tasksource/blob/main/tasks.md). A preprocessing is a function that takes a dataset as input and returns a standardized dataset. The preprocessing annotation is designed to be concise human-readable:
All implemented preprocessings can be found in [tasks.py](https://github.com/sileod/tasksource/blob/main/src/tasksource/tasks.py) or [tasks.md](https://github.com/sileod/tasksource/blob/main/tasks.md). A preprocessing is a function that takes a dataset as input and returns a standardized dataset. The preprocessing annotation is designed to be concise human-readable.
25
10
26
11
### Installation and usage:
27
12
`pip install tasksource`
@@ -43,7 +28,7 @@ See supported 490+ tasks in [tasks.md](https://github.com/sileod/tasksource/blob
43
28
I pretrained models on tasksource and obtained state-of-the-art results:
0 commit comments