LukasStankevicius commited on
Commit
70345a9
1 Parent(s): 61ac299

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ widget:
10
  license: apache-2.0
11
  ---
12
  This is *google/byt5-small* transformer model trained on Lithuanian text for ~100 hours.
13
- It was created during the work **Towards Lithuanian Grammatical Error Correction**, which will be presented at [11th Computer Science On-line Conference 2022](https://csoc.openpublish.eu/).
14
 
15
  The model is yet in its infancy (we are planning to train 100x longer in the future). Nevertheless, it clearly shows the possibilities and capabilities.
16
 
@@ -27,7 +27,7 @@ my_pipeline = pipeline(task="text2text-generation", model=name, framework="pt")
27
  corrected_text = my_pipeline(text)[0]["generated_text"]
28
  print(corrected_text)
29
  ```
30
- Output from above would be:
31
 
32
  Sveiki parduodu tvarkingą „Audi“ firmos automobilį. Ką tik iš Amerikės. Viena savininkas prižiūrintas ir mylimas automobilis. Dar turiu patobulintą „Mersedes“ su automatine greičių pavara už 4000 eurų (iš Amerikės). Taip pat tvarkingas.
33
 
 
10
  license: apache-2.0
11
  ---
12
  This is *google/byt5-small* transformer model trained on Lithuanian text for ~100 hours.
13
+ It was created during the work **Towards Lithuanian Grammatical Error Correction**, which was presented at [11th Computer Science On-line Conference 2022](https://csoc.openpublish.eu/).
14
 
15
  The model is yet in its infancy (we are planning to train 100x longer in the future). Nevertheless, it clearly shows the possibilities and capabilities.
16
 
 
27
  corrected_text = my_pipeline(text)[0]["generated_text"]
28
  print(corrected_text)
29
  ```
30
+ Output from the above would be:
31
 
32
  Sveiki parduodu tvarkingą „Audi“ firmos automobilį. Ką tik iš Amerikės. Viena savininkas prižiūrintas ir mylimas automobilis. Dar turiu patobulintą „Mersedes“ su automatine greičių pavara už 4000 eurų (iš Amerikės). Taip pat tvarkingas.
33