fix typo
#33
by
lkm2835
- opened
README.md
CHANGED
@@ -33,7 +33,7 @@ library_name: transformers
|
|
33 |
|
34 |
## 0. Changelog
|
35 |
|
36 |
-
###
|
37 |
- We further modified our chat template to improve its robustness. The default system prompt has also been updated.
|
38 |
### 2025.7.15
|
39 |
- We have updated our tokenizer implementation. Now special tokens like `[EOS]` can be encoded to their token ids.
|
|
|
33 |
|
34 |
## 0. Changelog
|
35 |
|
36 |
+
### 2025.7.18
|
37 |
- We further modified our chat template to improve its robustness. The default system prompt has also been updated.
|
38 |
### 2025.7.15
|
39 |
- We have updated our tokenizer implementation. Now special tokens like `[EOS]` can be encoded to their token ids.
|