dkalpakchi
commited on
Commit
•
b7caa6b
1
Parent(s):
e389b32
Update README.md
Browse files
README.md
CHANGED
@@ -29,11 +29,8 @@ widget:
|
|
29 |
<!-- Provide a quick summary of what the model is/does. -->
|
30 |
|
31 |
SweCTRL-Mini is a large Swedish language model that can be used for inference and fine-tuning on a single consumer-grade GPU. The model is based on the CTRL architecture by Keskar, McCann, Varshney, Xiong, and Socher
|
32 |
-
(2019), which means that users of the SweCTRL-Mini model can control the genre of the generated text by inserting special tokens in the generation prompts.
|
33 |
-
|
34 |
-
- **NOT** trained on following GPT-like instructions
|
35 |
-
- **NOT** trained for conversations, like ChatGPT
|
36 |
-
- **NOT** trained on any multi-modal data during training. Only one modality -- text, more than 99% of it in Swedish.
|
37 |
|
38 |
**Note on using Inference API (text box to the right):** There are a number of presets that start the text with appropriate control codes to control the genre, e.g., `:wiki:` for
|
39 |
texts form Wikipedia. You can add your own prompt on top of these control codes. For instance, if you want a Wikipedia article about Stockholm, you could write
|
|
|
29 |
<!-- Provide a quick summary of what the model is/does. -->
|
30 |
|
31 |
SweCTRL-Mini is a large Swedish language model that can be used for inference and fine-tuning on a single consumer-grade GPU. The model is based on the CTRL architecture by Keskar, McCann, Varshney, Xiong, and Socher
|
32 |
+
(2019), which means that users of the SweCTRL-Mini model can control the genre of the generated text by inserting special tokens in the generation prompts.
|
33 |
+
Crucially, note that this model is: **NOT** trained on following GPT-like instructions, **NOT** trained for conversations, like ChatGPT, **NOT** trained on any multi-modal data during training. Only one modality -- text, more than 99% of it in Swedish.
|
|
|
|
|
|
|
34 |
|
35 |
**Note on using Inference API (text box to the right):** There are a number of presets that start the text with appropriate control codes to control the genre, e.g., `:wiki:` for
|
36 |
texts form Wikipedia. You can add your own prompt on top of these control codes. For instance, if you want a Wikipedia article about Stockholm, you could write
|