Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
```python
|
| 13 |
|
| 14 |
from transformers import pipeline
|
| 15 |
-
|
| 16 |
pipe = pipeline("text2text-generation", model="iamseyhmus7/Turkish-Summarization")
|
| 17 |
gen_kwargs = {
|
| 18 |
"length_penalty": 1.0,
|
|
|
|
| 12 |
```python
|
| 13 |
|
| 14 |
from transformers import pipeline
|
| 15 |
+
# pipe özellikleri değiştirilebilir.
|
| 16 |
pipe = pipeline("text2text-generation", model="iamseyhmus7/Turkish-Summarization")
|
| 17 |
gen_kwargs = {
|
| 18 |
"length_penalty": 1.0,
|