endthesame commited on
Commit
9dda17c
·
verified ·
1 Parent(s): 36e6a40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 (0:O, 1:B, 2:I)
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
  ```