Queen-Vermouth commited on
Commit
a27cccc
1 Parent(s): c6b93b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -65,8 +65,10 @@ This dataset card aims to be a base template for new datasets. It has been gener
65
  This dataset is available in English.
66
 
67
  ## Dataset Structure
68
- The structure of the raw dataset is as follows:
 
69
 
 
70
  ```JSON
71
  {
72
  "id": "0001_T",
@@ -83,6 +85,7 @@ The structure of the raw dataset is as follows:
83
  ]
84
  }
85
  ```
 
86
  ```JSON
87
  {
88
  "id": "0001_NT",
 
65
  This dataset is available in English.
66
 
67
  ## Dataset Structure
68
+ The following examples illustrate two different formats of the training dataset. The first includes a ‘title‘
69
+ field, while the second does not.
70
 
71
+ ## Dataset Example (with Title)
72
  ```JSON
73
  {
74
  "id": "0001_T",
 
85
  ]
86
  }
87
  ```
88
+ ## Dataset Example (without Title)
89
  ```JSON
90
  {
91
  "id": "0001_NT",