wangzhengtao
commited on
Commit
·
d2513b8
1
Parent(s):
4f23950
fix typos
Browse files- README.md +1 -1
- THIRD_PARTY_NOTICES.md +1 -1
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.
|
THIRD_PARTY_NOTICES.md
CHANGED
@@ -12,7 +12,7 @@ Our model archietecture is DeepSeek-V3-like. Some of modeling codes are copied f
|
|
12 |
https://huggingface.co/deepseek-ai/DeepSeek-V3
|
13 |
|
14 |
- **Files / Directories Used**
|
15 |
-
-
|
16 |
- modeling_deepseek.py
|
17 |
|
18 |
- **License Type**
|
|
|
12 |
https://huggingface.co/deepseek-ai/DeepSeek-V3
|
13 |
|
14 |
- **Files / Directories Used**
|
15 |
+
- configuration_deepseek.py
|
16 |
- modeling_deepseek.py
|
17 |
|
18 |
- **License Type**
|