bio labels fix
Browse files
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
|
45 |
}
|
46 |
```
|
47 |
### 📊 Statistics
|
|
|
41 |
"title": {"text": [...], "xpaths": [...]},
|
42 |
...
|
43 |
},
|
44 |
+
"node_labels": [0, 1, 2, ...] # BIO labels
|
45 |
}
|
46 |
```
|
47 |
### 📊 Statistics
|