Addaci commited on
Commit
7d65257
1 Parent(s): 14bd02d

Update README.md

Browse files

Added a workstep to explore mechanisms by which fine-tuned LLMs look at semantic context, and whether this can be controlled in terms of specifying the window of before and after tokens

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -41,6 +41,8 @@ HTR for the same tokens with Page to Page congruence, and broadly line by line c
41
 
42
  * Ability to correct words according to their Parts of Speech
43
  * Ability to assess grammatical correctness of Early Modern English and Notarial Latin at phrase level
 
 
44
 
45
  4. Examine existing benchmarks for transcription accuracy and apply to fine-tuned models
46
 
 
41
 
42
  * Ability to correct words according to their Parts of Speech
43
  * Ability to assess grammatical correctness of Early Modern English and Notarial Latin at phrase level
44
+ * Ability to correct words according to their semantic context (specifying the number of tokens before
45
+ and after a word in which to look for semantic context)
46
 
47
  4. Examine existing benchmarks for transcription accuracy and apply to fine-tuned models
48