langdonholmes commited on
Commit
28ba679
1 Parent(s): 8ac50d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -4
README.md CHANGED
@@ -29,9 +29,9 @@ model-index:
29
  | **Default Pipeline** | `transformer`, `ner` |
30
  | **Components** | `transformer`, `ner` |
31
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
32
- | **Sources** | n/a |
33
- | **License** | n/a |
34
- | **Author** | [n/a]() |
35
 
36
  ### Label Scheme
37
 
@@ -53,4 +53,9 @@ model-index:
53
  | `ENTS_P` | 83.12 |
54
  | `ENTS_R` | 84.21 |
55
  | `TRANSFORMER_LOSS` | 56255026.35 |
56
- | `NER_LOSS` | 31154.89 |
 
 
 
 
 
 
29
  | **Default Pipeline** | `transformer`, `ner` |
30
  | **Components** | `transformer`, `ner` |
31
  | **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
32
+ | **Sources** | [longformer](https://huggingface.co/allenai/longformer-base-4096) |
33
+ | **License** | Something permissive |
34
+ | **Author** | [Langdon Holmes]() |
35
 
36
  ### Label Scheme
37
 
 
53
  | `ENTS_P` | 83.12 |
54
  | `ENTS_R` | 84.21 |
55
  | `TRANSFORMER_LOSS` | 56255026.35 |
56
+ | `NER_LOSS` | 31154.89 |
57
+
58
+
59
+ ### Training Data
60
+
61
+ 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.