Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,8 @@ Warning! The model was trained with a target capped at 256 tokens. We will updat
|
|
15 |
|
16 |
Colab: [link](https://colab.research.google.com/drive/1JLoHOjDJQIa8SDqsEXrGHj4Z4aTnaajN)
|
17 |
|
|
|
|
|
18 |
```python
|
19 |
from peft import PeftModel, PeftConfig
|
20 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|
|
|
15 |
|
16 |
Colab: [link](https://colab.research.google.com/drive/1JLoHOjDJQIa8SDqsEXrGHj4Z4aTnaajN)
|
17 |
|
18 |
+
Training code: [rulm/self_instruct](https://github.com/IlyaGusev/rulm/tree/master/self_instruct)
|
19 |
+
|
20 |
```python
|
21 |
from peft import PeftModel, PeftConfig
|
22 |
from transformers import AutoModelForCausalLM, AutoTokenizer, GenerationConfig
|