Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ Features({
|
|
| 80 |
"xpaths": Sequence(Value("string"))
|
| 81 |
} for field in expected_fields
|
| 82 |
},
|
| 83 |
-
"node_labels": Sequence(Value("int64")), # BIO labels
|
| 84 |
"processing_time": Value("string")
|
| 85 |
})
|
| 86 |
```
|
|
|
|
| 80 |
"xpaths": Sequence(Value("string"))
|
| 81 |
} for field in expected_fields
|
| 82 |
},
|
| 83 |
+
"node_labels": Sequence(Value("int64")), # BIO labels
|
| 84 |
"processing_time": Value("string")
|
| 85 |
})
|
| 86 |
```
|