jondurbin commited on
Commit
4456c50
1 Parent(s): 0e2ca43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -295,6 +295,17 @@ def parse_plan(plan):
295
  context[parts.group(1)] = method_map[parts.group(2)](parts.group(3), **context)
296
  ```
297
 
 
 
 
 
 
 
 
 
 
 
 
298
  ### Licence and usage restrictions
299
 
300
  The airoboros 2.0/m2.0 models are built on top of either llama or llama-2. Any model with `-l2-` in the name uses llama2, `..-33b-...` and `...-65b-...` are based on the original llama.
 
295
  context[parts.group(1)] = method_map[parts.group(2)](parts.group(3), **context)
296
  ```
297
 
298
+ ### Contribute
299
+
300
+ If you're interested in new functionality, particularly a new "instructor" type to generate a specific type of training data,
301
+ take a look at the dataset generation tool repo: https://github.com/jondurbin/airoboros and either make a PR or open an issue with details.
302
+
303
+ To help me with the OpenAI/compute costs:
304
+
305
+ - https://bmc.link/jondurbin
306
+ - ETH 0xce914eAFC2fe52FdceE59565Dd92c06f776fcb11
307
+ - BTC bc1qdwuth4vlg8x37ggntlxu5cjfwgmdy5zaa7pswf
308
+
309
  ### Licence and usage restrictions
310
 
311
  The airoboros 2.0/m2.0 models are built on top of either llama or llama-2. Any model with `-l2-` in the name uses llama2, `..-33b-...` and `...-65b-...` are based on the original llama.