Update README.md
Browse files
README.md
CHANGED
@@ -76,4 +76,13 @@ generation_output = model.generate(
|
|
76 |
for s in generation_output.sequences:
|
77 |
print(tokenizer.decode(s))
|
78 |
|
79 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
for s in generation_output.sequences:
|
77 |
print(tokenizer.decode(s))
|
78 |
|
79 |
+
```
|
80 |
+
## Thanks
|
81 |
+
|
82 |
+
We would like to thank our teacher Ünver Çiftçi for their support. Thank you to those who wholeheartedly support us on our server.
|
83 |
+
|
84 |
+
## Contact
|
85 |
+
|
86 |
+
[Ünver Çiftçi](https://www.linkedin.com/in/unverciftci/)
|
87 |
+
[Talha Rüzgar Akkuş](https://www.linkedin.com/in/talha-r%C3%BCzgar-akku%C5%9F-1b5457264/)
|
88 |
+
[Ethem Yağız Çalık](https://www.linkedin.com/in/ethem-ya%C4%9F%C4%B1z-%C3%A7al%C4%B1k-799a73275/)
|