iamseyhmus7 commited on
Commit
cef408c
·
verified ·
1 Parent(s): 36bdde5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,