Commit
•
ec2d76f
1
Parent(s):
5e932be
Update README.md (#1)
Browse files- Update README.md (6e64a4221f4931f7be011983e7405cbe42c1f492)
Co-authored-by: AdaptLLM <AdaptLLM@users.noreply.huggingface.co>
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 |
|