breakend commited on
Commit
6679f6f
1 Parent(s): dd6dc23

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -39,15 +39,15 @@ It achieves the following results on the evaluation set:
39
 
40
  ## Model description
41
 
42
- More information needed
43
 
44
  ## Intended uses & limitations
45
 
46
- More information needed
47
 
48
  ## Training and evaluation data
49
 
50
- More information needed
51
 
52
  ## Training procedure
53
 
 
39
 
40
  ## Model description
41
 
42
+ Model predicts whether to mask names as pseudonyms in any text. Input format should be a paragraph with names masked. It will then output whether to use a pseudonym because the EOIR courts would not allow such private/sensitive information to become public unmasked.
43
 
44
  ## Intended uses & limitations
45
 
46
+ This is a minimal privacy standard and will likely not work on out-of-distribution data.
47
 
48
  ## Training and evaluation data
49
 
50
+ We train on the EOIR Privacy dataset and evaluate further using sensitivity analyses.
51
 
52
  ## Training procedure
53