psidharth567 commited on
Commit
363f18e
·
verified ·
1 Parent(s): daf7410

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -63,6 +63,8 @@ A multilingual punctuation restoration model based on Gemma-3-1b
63
 
64
  ## Installation (Optional)
65
 
 
 
66
  ```bash
67
  pip install cadence-punctuation
68
  ```
 
63
 
64
  ## Installation (Optional)
65
 
66
+ Python package has features such as sliding-window decoding, (rule-based) capitalisation of English text and some (rule-based) corrections for the errors made by the model.
67
+
68
  ```bash
69
  pip install cadence-punctuation
70
  ```