Update README.md
Browse files
README.md
CHANGED
|
@@ -44,6 +44,7 @@ The text in the dataset is primarily in English (`en`).
|
|
| 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,6 +65,7 @@ Each instance in the dataset represents a tutoring session transcript with label
|
|
| 64 |
"annotations": []
|
| 65 |
}
|
| 66 |
]}
|
|
|
|
| 67 |
|
| 68 |
### Data Fields
|
| 69 |
|
|
|
|
| 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 |
+
```
|
| 48 |
{"transcript": [
|
| 49 |
{
|
| 50 |
"role": "volunteer",
|
|
|
|
| 65 |
"annotations": []
|
| 66 |
}
|
| 67 |
]}
|
| 68 |
+
```
|
| 69 |
|
| 70 |
### Data Fields
|
| 71 |
|