Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,10 @@ Based on [LLaMA 7B](https://huggingface.co/decapoda-research/llama-7b-hf).
|
|
15 |
* Merged version: [link](https://huggingface.co/IlyaGusev/llama_7b_ru_turbo_alpaca_lora_merged).
|
16 |
* llama.cpp version: [link](https://huggingface.co/IlyaGusev/llama_7b_ru_turbo_alpaca_lora_llamacpp).
|
17 |
|
18 |
-
|
|
|
|
|
|
|
19 |
|
20 |
Colab: [link](https://colab.research.google.com/drive/1JLoHOjDJQIa8SDqsEXrGHj4Z4aTnaajN)
|
21 |
|
|
|
15 |
* Merged version: [link](https://huggingface.co/IlyaGusev/llama_7b_ru_turbo_alpaca_lora_merged).
|
16 |
* llama.cpp version: [link](https://huggingface.co/IlyaGusev/llama_7b_ru_turbo_alpaca_lora_llamacpp).
|
17 |
|
18 |
+
April 2, 2023: A new model version was uploaded, trained with outputs capped at 512 tokens instead of 256. To use the old version, specify
|
19 |
+
```
|
20 |
+
revision="dd4b2c63d6639fd9490cd1d9b0d6d8b58e708d93"
|
21 |
+
```
|
22 |
|
23 |
Colab: [link](https://colab.research.google.com/drive/1JLoHOjDJQIa8SDqsEXrGHj4Z4aTnaajN)
|
24 |
|