Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ GPT-SW3 is a collection of large decoder-only pretrained transformer language mo
|
|
21 |
The `instruct` models were finetrained on instruction data using both chat and raw text formats.
|
22 |
|
23 |
# Intended use
|
24 |
-
GPT-SW3 is an autoregressive large language model that is capable of generating coherent text in 5 different languages, and 4 programming languages. GPT-SW3 can also be instructed to perform text tasks that it has not been explicitly trained for, by casting them as text generation tasks.
|
25 |
|
26 |
# Limitations
|
27 |
Like other large language models for which the diversity (or lack thereof) of training data induces downstream impact on the quality of our model, GPT-SW3 has limitations in terms of for example bias and safety. GPT-SW3 can also have quality issues in terms of generation diversity and hallucination. By releasing with the modified RAIL license, we also hope to increase communication, transparency, and the study of large language models. The model may: overrepresent some viewpoints and underrepresent others, contain stereotypes, generate hateful, abusive, violent, discriminatory or prejudicial language. The model may make errors, including producing incorrect information as if it were factual, it may generate irrelevant or repetitive outputs, and content that may not be appropriate for all settings, including sexual content.
|
@@ -129,7 +129,7 @@ Following Mitchell et al. (2018), we provide a model card for GPT-SW3.
|
|
129 |
- Model type: GPT-SW3 is a large decoder-only transformer language model.
|
130 |
- Information about training algorithms, parameters, fairness constraints or other applied approaches, and features: GPT-SW3 was trained with the NeMo Megatron GPT implementation.
|
131 |
- Paper or other resource for more information: N/A.
|
132 |
-
- License: [
|
133 |
- Where to send questions or comments about the model: nlu@ai.se
|
134 |
|
135 |
# Intended Use
|
|
|
21 |
The `instruct` models were finetrained on instruction data using both chat and raw text formats.
|
22 |
|
23 |
# Intended use
|
24 |
+
GPT-SW3 is an autoregressive large language model that is capable of generating coherent text in 5 different languages, and 4 programming languages. GPT-SW3 can also be instructed to perform text tasks that it has not been explicitly trained for, by casting them as text generation tasks.
|
25 |
|
26 |
# Limitations
|
27 |
Like other large language models for which the diversity (or lack thereof) of training data induces downstream impact on the quality of our model, GPT-SW3 has limitations in terms of for example bias and safety. GPT-SW3 can also have quality issues in terms of generation diversity and hallucination. By releasing with the modified RAIL license, we also hope to increase communication, transparency, and the study of large language models. The model may: overrepresent some viewpoints and underrepresent others, contain stereotypes, generate hateful, abusive, violent, discriminatory or prejudicial language. The model may make errors, including producing incorrect information as if it were factual, it may generate irrelevant or repetitive outputs, and content that may not be appropriate for all settings, including sexual content.
|
|
|
129 |
- Model type: GPT-SW3 is a large decoder-only transformer language model.
|
130 |
- Information about training algorithms, parameters, fairness constraints or other applied approaches, and features: GPT-SW3 was trained with the NeMo Megatron GPT implementation.
|
131 |
- Paper or other resource for more information: N/A.
|
132 |
+
- License: [LICENSE](https://huggingface.co/AI-Sweden-Models/gpt-sw3-20b-instruct/edit/main/LICENSE).
|
133 |
- Where to send questions or comments about the model: nlu@ai.se
|
134 |
|
135 |
# Intended Use
|