power-greg commited on
Commit
33bbdf4
1 Parent(s): 45e79fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ ChatGPT took the world by storm because it could follow instructions from the us
62
 
63
  For your application, you'll probably want similar "instruction-following" data, but you might want something completely different, like responding only in JSON.
64
 
65
- You'll need a dataset of ~50k instruction-following examples to start. Don't panic. You can now use Lamini’s dataset generator on Github to turn as few as 100 examples into as many as 50k in just a few lines of code.
66
 
67
  You can customize the initial 100+ instructions so that the LLM follows instructions in your own vertical. Once you have those, submit them to the Lamini dataset generator, and voilà: you get a large instruction-following dataset on your use case as a result!
68
 
 
62
 
63
  For your application, you'll probably want similar "instruction-following" data, but you might want something completely different, like responding only in JSON.
64
 
65
+ You'll need a dataset of ~50k instruction-following examples to start. Don't panic. You can now use Lamini’s dataset generator on [Github](https://github.com/lamini-ai/lamini) to turn as few as 100 examples into as many as 50k in just a few lines of code.
66
 
67
  You can customize the initial 100+ instructions so that the LLM follows instructions in your own vertical. Once you have those, submit them to the Lamini dataset generator, and voilà: you get a large instruction-following dataset on your use case as a result!
68