TheBloke commited on
Commit
9ce5745
1 Parent(s): 6e64665

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: Nexusflow/NexusRaven-V2-13B
3
  inference: false
4
- license: llama2
5
  model-index:
6
  - name: NexusRaven-13B
7
  results: []
@@ -81,8 +81,15 @@ User Query: {prompt}<human_end>
81
  ```
82
 
83
  <!-- prompt-template end -->
 
 
84
 
 
85
 
 
 
 
 
86
 
87
  <!-- README_GPTQ.md-compatible clients start -->
88
  ## Known compatible clients / servers
@@ -448,7 +455,7 @@ NexusRaven-V2 is capable of generating deeply nested function calls, parallel fu
448
 
449
  ### Quick Start Prompting Guide
450
 
451
- Please refer to our notebook, [How-To-Prompt.ipynb](How-To-Prompt.ipynb), for more advanced tutorials on using NexusRaven-V2!
452
 
453
  1. We strongly recommend to set sampling to False when prompting NexusRaven-V2.
454
  2. We strongly recommend a very low temperature (~0.001).
@@ -539,7 +546,7 @@ For a deeper dive into the results, please see our [Github README](https://githu
539
  3. The explanations generated by NexusRaven-V2 might be incorrect. Please ensure proper guardrails are present to capture errant behavior.
540
 
541
  ## License
542
- This model was trained on commercially viable data and is licensed under the [Llama 2 community license](https://huggingface.co/codellama/CodeLlama-13b-hf/blob/main/LICENSE) following the original [CodeLlama-13b-hf](https://huggingface.co/codellama/CodeLlama-13b-hf/) model.
543
 
544
 
545
  ## References
 
1
  ---
2
  base_model: Nexusflow/NexusRaven-V2-13B
3
  inference: false
4
+ license: other
5
  model-index:
6
  - name: NexusRaven-13B
7
  results: []
 
81
  ```
82
 
83
  <!-- prompt-template end -->
84
+ <!-- licensing start -->
85
+ ## Licensing
86
 
87
+ The creator of the source model has listed its license as `other`, and this quantization has therefore used that same license.
88
 
89
+ As this model is based on Llama 2, it is also subject to the Meta Llama 2 license terms, and the license files for that are additionally included. It should therefore be considered as being claimed to be licensed under both licenses. I contacted Hugging Face for clarification on dual licensing but they do not yet have an official position. Should this change, or should Meta provide any feedback on this situation, I will update this section accordingly.
90
+
91
+ In the meantime, any questions regarding licensing, and in particular how these two licenses might interact, should be directed to the original model repository: [Nexusflow's NexusRaven V2 13B](https://huggingface.co/Nexusflow/NexusRaven-V2-13B).
92
+ <!-- licensing end -->
93
 
94
  <!-- README_GPTQ.md-compatible clients start -->
95
  ## Known compatible clients / servers
 
455
 
456
  ### Quick Start Prompting Guide
457
 
458
+ Please refer to our notebook, [How-To-Prompt.ipynb](https://colab.research.google.com/drive/19JYixRPPlanmW5q49WYi_tU8rhHeCEKW?usp=sharing), for more advanced tutorials on using NexusRaven-V2!
459
 
460
  1. We strongly recommend to set sampling to False when prompting NexusRaven-V2.
461
  2. We strongly recommend a very low temperature (~0.001).
 
546
  3. The explanations generated by NexusRaven-V2 might be incorrect. Please ensure proper guardrails are present to capture errant behavior.
547
 
548
  ## License
549
+ This model was trained on commercially viable data and is licensed under the [Nexusflow community license](https://huggingface.co/Nexusflow/NexusRaven-V2-13B/blob/main/LICENSE.txt).
550
 
551
 
552
  ## References