Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,13 @@ Below is an instruction that describes a task, paired with an input that provide
|
|
15 |
### Response:
|
16 |
```
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Example Usage
|
19 |
>\### Instruction:
|
20 |
>Deconstruct five major technological innovations in 20th and 21st centuries—Internet, personal computing, mobile phones, artificial intelligence, and electric vehicles. For each innovation, provide information on their early origins, key inventors or pioneers, important milestones and breakthroughs, adoption and proliferation into mainstream use, economic effects, societal impact, ethical considerations, and potential future developments. Discuss how these innovations reshaped the way people work, communicate, and live, and explore the synergies or connections among these technologies and the potential for future transformative advancements.
|
|
|
15 |
### Response:
|
16 |
```
|
17 |
|
18 |
+
## Use in Text Generation Web UI
|
19 |
+
Install the bleeding-edge version of `transformers` from source:
|
20 |
+
```
|
21 |
+
pip install git+https://github.com/huggingface/transformers
|
22 |
+
```
|
23 |
+
Or, alternatively, change `model_type` in `config.json` from `mistral` to `llama`.
|
24 |
+
|
25 |
## Example Usage
|
26 |
>\### Instruction:
|
27 |
>Deconstruct five major technological innovations in 20th and 21st centuries—Internet, personal computing, mobile phones, artificial intelligence, and electric vehicles. For each innovation, provide information on their early origins, key inventors or pioneers, important milestones and breakthroughs, adoption and proliferation into mainstream use, economic effects, societal impact, ethical considerations, and potential future developments. Discuss how these innovations reshaped the way people work, communicate, and live, and explore the synergies or connections among these technologies and the potential for future transformative advancements.
|