Text Generation
Transformers
OpenVINO
nlp
bartowski commited on
Commit
c8c5af3
·
verified ·
1 Parent(s): eb5a613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -9
README.md CHANGED
@@ -1,6 +1,5 @@
1
  ---
2
- license: other
3
- license_name: aml
4
  language:
5
  - en
6
  - es
@@ -15,9 +14,6 @@ language:
15
  - zh
16
  library_name: transformers
17
  extra_gated_prompt: Company name is optional, please put NA if you would prefer not to share it.
18
- extra_gated_fields:
19
- Company: text
20
- I agree to use this model in accordance with the Arcee Model License (AML): checkbox
21
  base_model:
22
  - arcee-ai/AFM-4.5B
23
  pipeline_tag: text-generation
@@ -84,7 +80,7 @@ The model available in this repo is the instruct model following supervised fine
84
  * **Model Architecture:** ArceeForCausalLM
85
  * **Parameters:** 4.5B
86
  * **Training Tokens:** 8T
87
- * **License:** [Arcee Model License (AML)](https://huggingface.co/arcee-ai/AFM-4.5B-ov#license)
88
  * **Recommended settings:**
89
  * temperature: 0.5
90
  * top_k: 50
@@ -101,6 +97,4 @@ The model available in this repo is the instruct model following supervised fine
101
 
102
  ## License
103
 
104
- AFM-4.5B is released under the [Arcee Model License](https://huggingface.co/arcee-ai/AFM-4.5B-ov/blob/main/LICENSE). If your company makes less than $1.75 million in annual revenue, you’re free to use the model for commercial purposes, as long as you’re not providing the weights to a company above that threshold. If your product or application using AFM-4.5B is sold to a larger company, that’s fine—as long as they don’t receive or run the weights directly.
105
-
106
- We want as many developers, researchers, and builders as possible to benefit from AFM-4.5B. At the same time, this license ensures that we can continue to develop and support the model for the community.
 
1
  ---
2
+ license: apache-2.0
 
3
  language:
4
  - en
5
  - es
 
14
  - zh
15
  library_name: transformers
16
  extra_gated_prompt: Company name is optional, please put NA if you would prefer not to share it.
 
 
 
17
  base_model:
18
  - arcee-ai/AFM-4.5B
19
  pipeline_tag: text-generation
 
80
  * **Model Architecture:** ArceeForCausalLM
81
  * **Parameters:** 4.5B
82
  * **Training Tokens:** 8T
83
+ * **License:** [Apache 2.0](https://huggingface.co/arcee-ai/AFM-4.5B-ov#license)
84
  * **Recommended settings:**
85
  * temperature: 0.5
86
  * top_k: 50
 
97
 
98
  ## License
99
 
100
+ AFM-4.5B is released under the Apache-2.0 license.