Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
|
|
|
|
|
|
6 |
---
|
7 |
<pre align="center">
|
8 |
____ ____ __ __ __ ____ ____ ____ _ _
|
@@ -102,4 +105,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
102 |
- May inadvertently generate inappropriate or harmful content if safeguards are not applied, particularly in sensitive applications.
|
103 |
|
104 |
9. **Real-Time Usability:**
|
105 |
-
- Latency in inference time could limit its effectiveness in real-time applications or when scaling to large user bases.
|
|
|
3 |
language:
|
4 |
- en
|
5 |
library_name: transformers
|
6 |
+
base_model:
|
7 |
+
- Qwen/Qwen2.5-1.5B-Instruct
|
8 |
+
pipeline_tag: text-generation
|
9 |
---
|
10 |
<pre align="center">
|
11 |
____ ____ __ __ __ ____ ____ ____ _ _
|
|
|
105 |
- May inadvertently generate inappropriate or harmful content if safeguards are not applied, particularly in sensitive applications.
|
106 |
|
107 |
9. **Real-Time Usability:**
|
108 |
+
- Latency in inference time could limit its effectiveness in real-time applications or when scaling to large user bases.
|