ZhuqianZhou commited on
Commit
bd3d29f
·
verified ·
1 Parent(s): e55cf43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ The text in the dataset is primarily in English (`en`).
43
  ### Data Instances
44
 
45
  Each instance in the dataset represents a tutoring session transcript with labeled PII entities and their corresponding surrogate replacements. See an exerpt in the example below.
46
-
47
  {"transcript": [
48
  {
49
  "role": "volunteer",
@@ -64,7 +64,7 @@ Each instance in the dataset represents a tutoring session transcript with label
64
  "annotations": []
65
  }
66
  ]}
67
-
68
  ### Data Fields
69
 
70
  - `role`: The role of the speaker, "volunteer" or "student".
 
43
  ### Data Instances
44
 
45
  Each instance in the dataset represents a tutoring session transcript with labeled PII entities and their corresponding surrogate replacements. See an exerpt in the example below.
46
+ ```
47
  {"transcript": [
48
  {
49
  "role": "volunteer",
 
64
  "annotations": []
65
  }
66
  ]}
67
+ ```
68
  ### Data Fields
69
 
70
  - `role`: The role of the speaker, "volunteer" or "student".