Skip to content

Commit 0d485ca

Browse files
authored
Edit README.md (#71)
1 parent eae2db9 commit 0d485ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
Execution environment for labeling functions in [refinery](https://github.com/code-kern-ai/refinery). Containerized function as a service to execute user-defined Python scripts.
55

6-
For classification tasks, the schema is
6+
For classification tasks, the schema is:
77
```python
88
from typing import Dict, Any
99

1010
def my_labeling_function(record: Dict[str: Any]) -> str:
1111
return "my_label"
1212
```
1313

14-
For extraction tasks, the schema is
14+
For extraction tasks, the schema is:
1515
```python
1616
from typing import Dict, Any, Tuple
1717

0 commit comments

Comments
 (0)