Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ We conduct multitask fine-tuning on a language model to develop an instruction s
|
|
37 |
</p>
|
38 |
|
39 |
### Basic Usage: Synthesize instruction-response pairs based on a given raw text
|
|
|
|
|
40 |
```python
|
41 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
42 |
|
|
|
37 |
</p>
|
38 |
|
39 |
### Basic Usage: Synthesize instruction-response pairs based on a given raw text
|
40 |
+
|
41 |
+
**💗 Here is an amazing demo that implements our approach: [davanstrien/instruction-synthesizer](https://huggingface.co/spaces/davanstrien/instruction-synthesizer) 💗**
|
42 |
```python
|
43 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
44 |
|