Text Generation
Transformers
Safetensors
English
mistral
Inference Endpoints
text-generation-inference
AdaptLLM commited on
Commit
6e64a42
•
1 Parent(s): 5e932be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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