timpal0l commited on
Commit
8a044c2
·
verified ·
1 Parent(s): 994b9ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ pipeline = transformers.pipeline(
40
  pipeline(
41
  text_inputs="Sommar och sol är det bästa jag vet",
42
  max_length=128,
43
- repetition_penalty=1.03)
44
  )
45
  ```
46
  ```python
 
40
  pipeline(
41
  text_inputs="Sommar och sol är det bästa jag vet",
42
  max_length=128,
43
+ repetition_penalty=1.03
44
  )
45
  ```
46
  ```python