langdonholmes commited on
Commit
02bb781
1 Parent(s): 325ed4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -57,4 +57,8 @@ model-index:
57
 
58
  ### Training Data
59
 
60
- 6,293 student writing assignments were submitted as PDF files and student names were labeled by human raters (one rater per document). A preliminary model was trained and all disagreements between this model and the human annotations were adjudicated by two additional reviewers. The final labeled dataset has 1,155 student name annotations across 845 documents.
 
 
 
 
 
57
 
58
  ### Training Data
59
 
60
+ 6,293 student writing assignments were submitted as PDF files. All documents were reflection assignments in response to the same prompt in the same online course. Student names were labeled by human raters (one rater per document). A preliminary model was trained and all disagreements between this model and the human annotations were adjudicated by two additional reviewers. The training dataset includes all 6,293 documents, 845 of which include student names. There are 1,155 student name annotations in total.
61
+
62
+ ### To Use
63
+
64
+ This model has been packaged using spaCy. It is available as a huggingface model or a pip package. Performance of the model should be evaluated on in-domain data before deployment in production, particularly when confidential information is involved.