LukasStankevicius commited on
Commit
961d9aa
1 Parent(s): f656be3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ Tarp žaidėjų, kurie sužaidė bent po 50 oficialių rungtynių Lietuvos rinkt
28
  """
29
  ```
30
  The summary can be obtained by:
31
- ```
32
  text = ' '.join(text.strip().split())
33
  g_kwargs = dict(max_length=512, num_beams=10, no_repeat_ngram_size=2,
34
  early_stopping=True)
 
28
  """
29
  ```
30
  The summary can be obtained by:
31
+ ```python
32
  text = ' '.join(text.strip().split())
33
  g_kwargs = dict(max_length=512, num_beams=10, no_repeat_ngram_size=2,
34
  early_stopping=True)