lmoncla commited on
Commit
141c41d
·
verified ·
1 Parent(s): c40e32a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -64,7 +64,7 @@ The dataset is provided as JSONL files[^1] where each row follows the following
64
  Each data contains four main fields:
65
 
66
  - `text`: plain text of a paragraph.
67
- - `meta`: metadata from the ARTFL Encyclopédie about the paragraph such volume, article, paragraphe id, headword, etc.
68
  - `tokens`: list of tokens, with their text, id, start and end position at the character level.
69
  - `spans`: list of spans (i.e., annotations), with their text, label, start and end position at the character level.
70
 
 
64
  Each data contains four main fields:
65
 
66
  - `text`: plain text of a paragraph.
67
+ - `meta`: metadata from the ARTFL Encyclopédie about the paragraph such volume, article, paragraph id, headword, etc.
68
  - `tokens`: list of tokens, with their text, id, start and end position at the character level.
69
  - `spans`: list of spans (i.e., annotations), with their text, label, start and end position at the character level.
70