Skip to content

Commit 96a06f1

Browse files
authored
Update README.md
1 parent c383d25 commit 96a06f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ All implemented preprocessings can be found in [tasks.py](https://github.com/sil
1818
The annotation format is designed to be human readable. Adding a new preprocessing only takes a few lines, e.g:
1919

2020
```python
21-
cos_e = MultipleChoice('question',
21+
cos_e = tasksource.MultipleChoice('question',
2222
choices_list='choices',
2323
labels= lambda x: x['choices_list'].index(x['answer']),
2424
config_name='v1.0')

0 commit comments

Comments
 (0)