Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,16 @@ language:
|
|
6 |
|
7 |
# DictaLM - 7B parameters - Instruct Model
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
This work is licensed under a
|
10 |
[Creative Commons Attribution 4.0 International License][cc-by].
|
11 |
|
|
|
6 |
|
7 |
# DictaLM - 7B parameters - Instruct Model
|
8 |
|
9 |
+
When initializing you must specify `trust_remote_code=True`
|
10 |
+
|
11 |
+
A few notes about the model:
|
12 |
+
|
13 |
+
- This is an alpha version of the model, and there are many improvements to come.
|
14 |
+
- The model works better for tasks of information retrieval (given a paragraph and a question, to answer based on the paragraph), and of general questions (although the world knowledge is relatively limited).
|
15 |
+
|
16 |
+
We are actively working on improving the model, so stay tuned.
|
17 |
+
|
18 |
+
|
19 |
This work is licensed under a
|
20 |
[Creative Commons Attribution 4.0 International License][cc-by].
|
21 |
|