IlyaGusev commited on
Commit
a759d2b
1 Parent(s): 5a4e538

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,8 +20,9 @@ Based on [LLaMA-2 7B HF](https://huggingface.co/meta-llama/Llama-2-7b-hf).
20
 
21
  Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
22
 
23
- WARNING 1: Run with the development version of `transformers` and `peft`!
24
- WARNING 2: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
 
25
 
26
  ```python
27
  from peft import PeftModel, PeftConfig
 
20
 
21
  Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
22
 
23
+ **WARNING 1**: Run with the development version of `transformers` and `peft`!
24
+
25
+ **WARNING 2**: Avoid using V100 (in Colab, for example). Outputs are much worse in this case.
26
 
27
  ```python
28
  from peft import PeftModel, PeftConfig