Update README.md
#1
by
atahanuz
- opened
README.md
CHANGED
@@ -62,4 +62,9 @@ generated_text = tokenizer.decode(reversed_tokens, skip_special_tokens=True)
|
|
62 |
parts = generated_text.split("### Input:")
|
63 |
instruction = parts[0].replace("### Instruction:", "").strip()
|
64 |
input_text = parts[1].strip() if len(parts) > 1 else None
|
65 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
62 |
parts = generated_text.split("### Input:")
|
63 |
instruction = parts[0].replace("### Instruction:", "").strip()
|
64 |
input_text = parts[1].strip() if len(parts) > 1 else None
|
65 |
+
```
|
66 |
+
|
67 |
+
### Contact
|
68 |
+
COSMOS AI Research Group, Yildiz Technical University Computer Engineering Department <br>
|
69 |
+
https://cosmos.yildiz.edu.tr/ <br>
|
70 |
+
[email protected] <br>
|