Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,6 @@ tags:
|
|
10 |
- text-generation-inference
|
11 |
- StreamlinedMemory
|
12 |
- Reasoning
|
13 |
-
- Math
|
14 |
-
- Code
|
15 |
-
- Qwen
|
16 |
---
|
17 |

|
18 |
|
@@ -96,4 +93,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
96 |
The model’s output quality depends on the structure and clarity of the input prompt.
|
97 |
|
98 |
5. **Real-Time Awareness Limitations**:
|
99 |
-
Does not have access to real-world events beyond its training data.
|
|
|
10 |
- text-generation-inference
|
11 |
- StreamlinedMemory
|
12 |
- Reasoning
|
|
|
|
|
|
|
13 |
---
|
14 |

|
15 |
|
|
|
93 |
The model’s output quality depends on the structure and clarity of the input prompt.
|
94 |
|
95 |
5. **Real-Time Awareness Limitations**:
|
96 |
+
Does not have access to real-world events beyond its training data.
|