Update README.md
Browse files
README.md
CHANGED
@@ -48,7 +48,16 @@ outputs = pipeline(
|
|
48 |
)
|
49 |
print(outputs[0]["generated_text"][-1])
|
50 |
```
|
51 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
# **Intended Use**
|
53 |
|
54 |
1. **Multilingual Dialogue Systems**: LwQ-Reasoner-10B is designed for creating conversational agents capable of engaging in dialogues across multiple languages, making it suitable for global customer support and multilingual chatbots.
|
|
|
48 |
)
|
49 |
print(outputs[0]["generated_text"][-1])
|
50 |
```
|
51 |
+
# **Config and Base**
|
52 |
+
|
53 |
+
```json
|
54 |
+
{
|
55 |
+
"_name_or_path": "prithivMLmods/Triangulum-10B",
|
56 |
+
"architectures": [
|
57 |
+
"LlamaForCausalLM"
|
58 |
+
]
|
59 |
+
}
|
60 |
+
```
|
61 |
# **Intended Use**
|
62 |
|
63 |
1. **Multilingual Dialogue Systems**: LwQ-Reasoner-10B is designed for creating conversational agents capable of engaging in dialogues across multiple languages, making it suitable for global customer support and multilingual chatbots.
|