jondurbin commited on
Commit
a4e1b72
1 Parent(s): 6c39bb3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  datasets:
4
- - jondurbin/airoboros-gpt4-2.0
5
  ---
6
 
7
  ### Overview
@@ -287,7 +287,7 @@ def parse_plan(plan):
287
  if line.startswith("Plan:"):
288
  print(line)
289
  continue
290
- parts = re.match("^(:evidence[0-9]+:")\s*=\s*([^\[]+])(\[.*\])\s$", line, re.I)
291
  if not parts:
292
  if line.startswith("Answer: "):
293
  return context.get(line.split(" ")[-1].strip(), "Answer couldn't be generated...")
@@ -317,7 +317,8 @@ If the model was based on the original llama (33b/65b), the license is __cc-by-n
317
  #### Llama-2 models
318
 
319
  Base model has a custom Meta license:
320
- - See the LICENSE.txt file attached for the original license, along with USE_POLICY.md which was also provided by Meta.
 
321
 
322
  The fine-tuning data was generated by OpenAI API calls to gpt-4, via [airoboros](https://github.com/jondurbin/airoboros)
323
 
@@ -333,4 +334,4 @@ I am purposingly leaving this license ambiguous (other than the fact you must co
333
 
334
  Your best bet is probably to avoid using this commercially due to the OpenAI API usage.
335
 
336
- Either way, by using this model, you agree to completely idemnify me from any and all license related issues.
 
1
  ---
2
  license: cc-by-nc-4.0
3
  datasets:
4
+ - jondurbin/airoboros-gpt4-m2.0
5
  ---
6
 
7
  ### Overview
 
287
  if line.startswith("Plan:"):
288
  print(line)
289
  continue
290
+ parts = re.match("^(:evidence[0-9]+:)\s*=\s*([^\[]+])(\[.*\])\s$", line, re.I)
291
  if not parts:
292
  if line.startswith("Answer: "):
293
  return context.get(line.split(" ")[-1].strip(), "Answer couldn't be generated...")
 
317
  #### Llama-2 models
318
 
319
  Base model has a custom Meta license:
320
+ - See the [meta-license/LICENSE.txt](meta-license/LICENSE.txt) file attached for the original license provided by Meta.
321
+ - See also [meta-license/USE_POLICY.md](meta-license/USE_POLICY.md) and [meta-license/Responsible-Use-Guide.pdf](meta-license/Responsible-Use-Guide.pdf), also provided by Meta.
322
 
323
  The fine-tuning data was generated by OpenAI API calls to gpt-4, via [airoboros](https://github.com/jondurbin/airoboros)
324
 
 
334
 
335
  Your best bet is probably to avoid using this commercially due to the OpenAI API usage.
336
 
337
+ Either way, by using this model, you agree to completely idemnify me.