Update README.md
Browse files
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
|