Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- peft
|
7 |
+
- lora
|
8 |
+
- merge
|
9 |
+
---
|
10 |
+
```Dimensity-3B```
|
11 |
+
|
12 |
+
# Model Details
|
13 |
+
Dimensity-3B is a finetuned version of the StableLM framework trained on a variety of conversational data. It contains 3 billion parameters.
|
14 |
+
|
15 |
+
# Intended Uses
|
16 |
+
This model is intended for conversational AI applications. It can engage in open-ended dialogue by generating responses to user prompts.
|
17 |
+
|
18 |
+
## Factors
|
19 |
+
# Training Data
|
20 |
+
The model was trained on a large dataset of over 100 million conversational exchanges extracted from Reddit comments, customer support logs, and other online dialogues.
|
21 |
+
|
22 |
+
# Prompt Template
|
23 |
+
The model was finetuned using the following prompt template:
|
24 |
+
```
|
25 |
+
### Human: {prompt}
|
26 |
+
|
27 |
+
### Assistant:
|
28 |
+
```
|
29 |
+
This prompts the model to take on an assistant role.
|
30 |
+
|
31 |
+
# Ethical Considerations
|
32 |
+
As the model was trained on public conversational data, it may generate responses that contain harmful stereotypes or toxic content. The model should be used with caution in sensitive contexts.
|
33 |
+
|
34 |
+
# Caveats and Recommendations
|
35 |
+
This model is designed for open-ended conversation. It may sometimes generate plausible-sounding but incorrect information. Outputs should be validated against external sources.
|
36 |
+
|