pkedzia commited on
Commit
800222e
·
verified ·
1 Parent(s): 5b8b1b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,11 +15,13 @@ The model was learned on texts in Polish. The dataset was automatically noised.
15
 
16
  **Model input**
17
 
18
- Model input must be preceded by a tag `denoise:`. If you have text to be de-noised, e.g.:
19
  ```
20
  As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
21
  ```
 
22
  then input to the model must be constructed as follows:
 
23
  ```
24
  denoise: As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
25
  ```
 
15
 
16
  **Model input**
17
 
18
+ Model input must be preceded by the tag `denoise:` F.e. if you have text:
19
  ```
20
  As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
21
  ```
22
+
23
  then input to the model must be constructed as follows:
24
+
25
  ```
26
  denoise: As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
27
  ```