Update README.md
Browse files
README.md
CHANGED
@@ -26,6 +26,8 @@ Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruc
|
|
26 |
|
27 |
**WARNING 2**: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
|
28 |
|
|
|
|
|
29 |
```python
|
30 |
from peft import PeftModel, PeftConfig
|
31 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
|
|
26 |
|
27 |
**WARNING 2**: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
|
28 |
|
29 |
+
**WARNING 3**: You can use the [Llama-2-13B-fp16](https://huggingface.co/TheBloke/Llama-2-13B-fp16) base model instead.
|
30 |
+
|
31 |
```python
|
32 |
from peft import PeftModel, PeftConfig
|
33 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|