beki commited on
Commit
9516630
1 Parent(s): 4e9f118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,7 +15,6 @@ task_categories:
15
  - token-classification
16
  task_ids:
17
  - named-entity-recognition
18
- - part-of-speech
19
  train-eval-index:
20
  - config: privy-small
21
  task: token-classification
@@ -64,7 +63,7 @@ A synthetic dataset generated using [Privy](https://github.com/pixie-io/pixie/tr
64
 
65
  This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.
66
 
67
- An IOB tagged version of this dataset is available [](here)
68
 
69
  ### Supported Tasks and Leaderboards
70
 
@@ -78,7 +77,7 @@ English
78
 
79
  ### Data Instances
80
 
81
- A sample looks like this:
82
  ```
83
  {
84
  "full_text": "{\"full_name_female\": \"Bethany Williams\", \"NewServerCertificateName\": \"\", \"NewPath\": \"\", \"ServerCertificateName\": \"dCwMNqR\", \"Action\": \"\", \"Version\": \"u zNS zNS\"}",
@@ -94,6 +93,7 @@ A sample looks like this:
94
  "template_id": 51889,
95
  "metadata": null
96
  }
 
97
  ```
98
 
99
  ## Dataset Creation
 
15
  - token-classification
16
  task_ids:
17
  - named-entity-recognition
 
18
  train-eval-index:
19
  - config: privy-small
20
  task: token-classification
 
63
 
64
  This labelled PII dataset consists of protocol traces (JSON, SQL (PostgreSQL, MySQL), HTML, and XML) generated from OpenAPI specifications and includes 60+ PII types.
65
 
66
+ An IOB tagged version of this dataset is available under `iob/`.
67
 
68
  ### Supported Tasks and Leaderboards
69
 
 
77
 
78
  ### Data Instances
79
 
80
+ A sample:
81
  ```
82
  {
83
  "full_text": "{\"full_name_female\": \"Bethany Williams\", \"NewServerCertificateName\": \"\", \"NewPath\": \"\", \"ServerCertificateName\": \"dCwMNqR\", \"Action\": \"\", \"Version\": \"u zNS zNS\"}",
 
93
  "template_id": 51889,
94
  "metadata": null
95
  }
96
+
97
  ```
98
 
99
  ## Dataset Creation