pkedzia commited on
Commit
5539347
·
verified ·
1 Parent(s): 0953cd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -13,8 +13,8 @@ The model was learned on texts in Polish. The data was automatically noisy.
13
 
14
 
15
  **Model input**
16
- Model input must be preceded by a tag `denoise:`.
17
- If you have text to be de-noised, e.g.:
18
  ```
19
  As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
20
  ```
@@ -24,6 +24,7 @@ denoise: As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k
24
  ```
25
 
26
  **Sample model usage**
 
27
  ```python
28
  from transformers import T5ForConditionalGeneration, T5Tokenizer
29
 
@@ -68,5 +69,6 @@ Astronomia jest jedną z najstarszych nauk.
68
 
69
 
70
  **Evaluation**
 
71
  Eval loss:
72
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644addfe9279988e0cbc296b/HIJI2a1nojM6lbDyYe0-A.png)
 
13
 
14
 
15
  **Model input**
16
+
17
+ Model input must be preceded by a tag `denoise:`. If you have text to be de-noised, e.g.:
18
  ```
19
  As | -Tron^# om ia je@st je!d &*ną z na -J s | AA ta rsZy ch n a u k.
20
  ```
 
24
  ```
25
 
26
  **Sample model usage**
27
+
28
  ```python
29
  from transformers import T5ForConditionalGeneration, T5Tokenizer
30
 
 
69
 
70
 
71
  **Evaluation**
72
+
73
  Eval loss:
74
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/644addfe9279988e0cbc296b/HIJI2a1nojM6lbDyYe0-A.png)