pere commited on
Commit
9cf7c18
1 Parent(s): 5b187de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: cc-by-4.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
4
+ # DeUnCaser
5
+ The output from Automated Speak Recognition software is usually uncased and without any punctation. This does not make a very readable text.
6
+
7
+ The DeUnCaser is a sequence-to-sequence byT5 model that is reversing this process. It adds punctation, and capitalises the correct words (in some languages the start of sentences and proper nouns, in other languages, like German, all nouns).
8
+
9
+ It is using a multi-lingual base, however the first test version is only trained on Norwegian. I will update it with support for other languages by demand.
10
+
11
+ ## Example input - output
12
+ ````
13
+ this is a test of a program developed in norway it is actually strange that it is able to do stuff like this even on sequences that are tricky to read by humans
14
+
15
+
16
+
17
+
18
+ ````