mdocekal commited on
Commit
8fbb605
·
verified ·
1 Parent(s): 636950a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -668,3 +668,13 @@ configs:
668
  - split: test
669
  path: zh_pud/test-*
670
  ---
 
 
 
 
 
 
 
 
 
 
 
668
  - split: test
669
  path: zh_pud/test-*
670
  ---
671
+
672
+ Re-upload of original dataset https://huggingface.co/datasets/universalner/universal_ner, with additional fields:
673
+
674
+ * <b>marked_text:</b> The original text with marked entities in pair tags. Example:
675
+
676
+ ```
677
+ What if <ORG>Google</ORG> Morphed Into GoogleOS?
678
+ ```
679
+
680
+ * <b>entities:</b> List of entities with type, text, and start (chracter offset).