vesteinn commited on
Commit
c89a942
1 Parent(s): 54948b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -13,6 +13,8 @@ license: cc-by-sa-4.0
13
 
14
  This is a model for correcting spelling and grammar errors in Icelandic text. It is based on the pretrained ByT5 model (https://arxiv.org/abs/2105.13626) and finetuned on Icelandic error correction data along with synthetic error data. The model is trained using the HuggingFace and PyTorch libraries.
15
 
 
 
16
  The model performs well on correcting a variety of common issues in Icelandic text.
17
 
18
  This README will be updated soon along with citation reference.
13
 
14
  This is a model for correcting spelling and grammar errors in Icelandic text. It is based on the pretrained ByT5 model (https://arxiv.org/abs/2105.13626) and finetuned on Icelandic error correction data along with synthetic error data. The model is trained using the HuggingFace and PyTorch libraries.
15
 
16
+ The model is trained to correct a single sentence at a time, but may work on longer context.
17
+
18
  The model performs well on correcting a variety of common issues in Icelandic text.
19
 
20
  This README will be updated soon along with citation reference.