We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c383d25 commit 96a06f1Copy full SHA for 96a06f1
README.md
@@ -18,7 +18,7 @@ All implemented preprocessings can be found in [tasks.py](https://github.com/sil
18
The annotation format is designed to be human readable. Adding a new preprocessing only takes a few lines, e.g:
19
20
```python
21
-cos_e = MultipleChoice('question',
+cos_e = tasksource.MultipleChoice('question',
22
choices_list='choices',
23
labels= lambda x: x['choices_list'].index(x['answer']),
24
config_name='v1.0')
0 commit comments