Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,6 @@ library_name: transformers
|
|
9 |
tags:
|
10 |
- StreamlinedMemory
|
11 |
- text-generation-inference
|
12 |
-
- coding
|
13 |
-
- Qwen
|
14 |
---
|
15 |

|
16 |
|
@@ -100,4 +98,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
100 |
4. **Error Accumulation in Large Outputs**:
|
101 |
- Minor inconsistencies in early responses can propagate through long-form content.
|
102 |
5. **Limited Awareness of Real-Time Data**:
|
103 |
-
- Lacks direct access to **real-time updates, news, or dynamic internet data** beyond its training cutoff.
|
|
|
9 |
tags:
|
10 |
- StreamlinedMemory
|
11 |
- text-generation-inference
|
|
|
|
|
12 |
---
|
13 |

|
14 |
|
|
|
98 |
4. **Error Accumulation in Large Outputs**:
|
99 |
- Minor inconsistencies in early responses can propagate through long-form content.
|
100 |
5. **Limited Awareness of Real-Time Data**:
|
101 |
+
- Lacks direct access to **real-time updates, news, or dynamic internet data** beyond its training cutoff.
|