Update README.md
Browse files
README.md
CHANGED
|
@@ -93,4 +93,11 @@ content = tokenizer.decode(output_ids[index:], skip_special_tokens=True).strip("
|
|
| 93 |
|
| 94 |
print("thinking content:", thinking_content)
|
| 95 |
print("content:", content)
|
| 96 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
print("thinking content:", thinking_content)
|
| 95 |
print("content:", content)
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
### Authors
|
| 102 |
+
* Konthee Boonmeeprakob (konthee1995@gmail.com)
|
| 103 |
+
* Pitikorn Khlaisamniang (pitikorn32@gmail.com)
|