RonanMcGovern commited on
Commit
6a55a1a
1 Parent(s): d3c2efd

make 7B model license Llama 2.

Browse files
Files changed (1) hide show
  1. README.md +9 -25
README.md CHANGED
@@ -19,8 +19,8 @@ tags:
19
  - The model responds with a structured json argument with the function name and arguments
20
 
21
  Available models:
22
- - [fLlama-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling)
23
- - [fLlama-13](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling)
24
 
25
  ## Inference with Google Colab and HuggingFace 🤗
26
 
@@ -30,31 +30,15 @@ You will be able to run inference using a free Colab notebook if you select a gp
30
 
31
  ## Licensing and Usage
32
 
33
- ### Non-commercial Use
34
- Trelis' **fLlama 2** is licensed for non-commercial use Creative Commons Attribution-NonCommercial (CC BY-NC)*.
35
 
36
- Some examples of non-commercial use:
37
- - Research within an academic institution
38
- - Personal research
39
 
40
- ### Commercial Use
41
- You can purchase a life-time license for commercial use:
42
- - [fLlama-7b: €9.99 per device.](https://buy.stripe.com/7sI14QcWhci71ck3ce)
43
- - [fLlama-13b: €19.99 per device.](https://buy.stripe.com/9AQ7te3lHdmbdZ68wz)
44
-
45
- Some examples of commercial use:
46
- - Including or building on fLlama within a product or service, whether monetized or not.
47
- - Using or building on fLlama for an internal company language model.
48
-
49
- Commercial license examples:
50
- - Running fLlama on a CPU = 1 license required.
51
- - Running fLlama on a CPU + 1 GPU/TPU = 1 license required. (CPU is considered ancilliary in this case)
52
- - Running fLlama sharded across 2 GPUs = 2 licenses required.
53
- Licenses are transferable across different machines provided they are not running simultaneously.
54
-
55
- Model weights are provided as-is, without warranty, and with the same disclaimers as provided by Meta (see Llama 2 below).
56
-
57
- *In addition to the above, all use of this model is further subject to terms in the [Meta license](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
58
 
59
  ### Dataset
60
 
 
19
  - The model responds with a structured json argument with the function name and arguments
20
 
21
  Available models:
22
+ - [fLlama-7B](https://huggingface.co/Trelis/Llama-2-7b-chat-hf-function-calling) - free
23
+ - [fLlama-13B](https://huggingface.co/Trelis/Llama-2-13b-chat-hf-function-calling) - paid
24
 
25
  ## Inference with Google Colab and HuggingFace 🤗
26
 
 
30
 
31
  ## Licensing and Usage
32
 
33
+ fLlama-7B:
34
+ - Llama 2 license
35
 
36
+ fLlama-13B:
37
+ - Purchase acess here: [fLlama-13b: €19.99 per user/seat.](https://buy.stripe.com/9AQ7te3lHdmbdZ68wz)
 
38
 
39
+ - Licenses are not transferable to other users/entities.
40
+ - Commercial licenses for larger models are available on request - email ronan [at] trelis [dot] com
41
+ - Use of fLlama models is further subject to terms in the [Meta license](https://ai.meta.com/resources/models-and-libraries/llama-downloads/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ### Dataset
44