IlyaGusev commited on
Commit
b212070
1 Parent(s): 63c0e44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -18,9 +18,11 @@ Based on [LLaMA-2 7B HF](https://huggingface.co/meta-llama/Llama-2-7b-hf).
18
 
19
  This is an adapter-only version.
20
 
21
- Colab: [link](https://colab.research.google.com/drive/1Iw2TROpW0EjagyckyP-I-OWhLnLr7v2k)
22
 
23
- Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
 
 
24
 
25
  **WARNING 1**: Run with the development version of `transformers` and `peft`!
26
 
 
18
 
19
  This is an adapter-only version.
20
 
21
+ Llama.cpp version: [link](https://huggingface.co/IlyaGusev/saiga2_7b_lora_llamacpp).
22
 
23
+ Colab: [link](https://colab.research.google.com/drive/1Iw2TROpW0EjagyckyP-I-OWhLnLr7v2k).
24
+
25
+ Training code: [link](https://github.com/IlyaGusev/rulm/tree/master/self_instruct).
26
 
27
  **WARNING 1**: Run with the development version of `transformers` and `peft`!
28