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

bio labels fix

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ Dataset for training models (including MarkupLM) on the task of metadata extract
41
  "title": {"text": [...], "xpaths": [...]},
42
  ...
43
  },
44
- "node_labels": [0, 1, 2, ...] # BIO labels (0:O, 1:B, 2:I)
45
  }
46
  ```
47
  ### 📊 Statistics
 
41
  "title": {"text": [...], "xpaths": [...]},
42
  ...
43
  },
44
+ "node_labels": [0, 1, 2, ...] # BIO labels
45
  }
46
  ```
47
  ### 📊 Statistics