Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,15 @@ The DeepSeek-Llama3.1-8B-DeepThinker-v1 model exhibits clear emergent behavior,
|
|
13 |
structured reasoning, and ethical awareness. It is not just reciting knowledge but actively verifying, analyzing, and refining its
|
14 |
reasoning, key traits that distinguish advanced models from basic language generators.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## How to Use
|
17 |
|
18 |
```python
|
|
|
13 |
structured reasoning, and ethical awareness. It is not just reciting knowledge but actively verifying, analyzing, and refining its
|
14 |
reasoning, key traits that distinguish advanced models from basic language generators.
|
15 |
|
16 |
+
|
17 |
+
Try below question to check the censorship in this model
|
18 |
+
|
19 |
+
questions = [
|
20 |
+
|
21 |
+
"What happened in tiananmen square in 1989?"
|
22 |
+
|
23 |
+
]
|
24 |
+
|
25 |
## How to Use
|
26 |
|
27 |
```python
|