IlyaGusev commited on
Commit
453bb1d
1 Parent(s): 3f862b5

Update README.md

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