Jean-Baptiste commited on
Commit
28464a7
1 Parent(s): 94a7af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -63,10 +63,13 @@ Features:
63
  _'tokens': List(string)
64
 
65
  Example:
66
- {'id': 254569,
67
- 'tokens': ['Le', 'MEDEF', 'a', 'une', 'organisation', 'sur', 'plusieurs', 'niveaux',':'],
68
- 'ner_tags': [0, 4, 0, 0, 0, 0, 0, 0, 0]}
69
-
 
 
 
70
  ### Data Splits
71
 
72
  239714 sentences for training
 
63
  _'tokens': List(string)
64
 
65
  Example:
66
+ ```
67
+ {
68
+ 'id': 254569,
69
+ 'tokens': ['Le', 'MEDEF', 'a', 'une', 'organisation', 'sur', 'plusieurs', 'niveaux',':'],
70
+ 'ner_tags': [0, 4, 0, 0, 0, 0, 0, 0, 0]
71
+ }
72
+ ```
73
  ### Data Splits
74
 
75
  239714 sentences for training