Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Arabic
Size:
< 1K
License:
balhafni commited on
Commit
7c1a5c3
·
verified ·
1 Parent(s): aac27dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -66,10 +66,14 @@ AraSeg-NoPnx-NP is the No-Punctuation No-Paragraph (NoPnx-NP) variant of the cor
66
  'label_str': '0100000000...'}
67
  ```
68
 
 
69
  ### Data Fields
70
  - **doc_id**: Unique document identifier.
71
- - **text**: White-space-tokenized document represented as a list of tokens.
72
  - **labels**: Token-level sentence boundary labels. `1` indicates that a sentence boundary follows the current token, while `0` indicates no boundary.
 
 
 
73
 
74
  ### Data Splits
75
  - **train**: 174 documents (10,247 sentences and 98K words).
 
66
  'label_str': '0100000000...'}
67
  ```
68
 
69
+
70
  ### Data Fields
71
  - **doc_id**: Unique document identifier.
72
+ - **tokens**: White-space-tokenized document represented as a list of tokens.
73
  - **labels**: Token-level sentence boundary labels. `1` indicates that a sentence boundary follows the current token, while `0` indicates no boundary.
74
+ - **text**: Document.
75
+ - **label_str**: Sentence boundary labels as a binary string. `1` indicates that a sentence boundary follows the current token, while `0` indicates no boundary.
76
+
77
 
78
  ### Data Splits
79
  - **train**: 174 documents (10,247 sentences and 98K words).