Text Generation
Transformers
Safetensors
arcee
bartowski commited on
Commit
f806d8f
·
verified ·
1 Parent(s): dabcaac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: other
3
  license_name: aml
4
  language:
5
  - en
@@ -15,9 +15,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
  ---
22
 
23
  <div align="center">
@@ -49,7 +46,7 @@ The model available in this repo is the base model following merging and context
49
  * **Model Architecture:** ArceeForCausalLM
50
  * **Parameters:** 4.5B
51
  * **Training Tokens:** 8T
52
- * **License:** [Arcee Model License (AML)](https://huggingface.co/arcee-ai/AFM-4.5B-Base#license)
53
 
54
  ***
55
 
@@ -91,6 +88,4 @@ print(generated_text)
91
 
92
  ## License
93
 
94
- AFM-4.5B is released under the [Arcee Model License](https://huggingface.co/arcee-ai/AFM-4.5B-Base/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.
95
-
96
- 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
  license_name: aml
4
  language:
5
  - en
 
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
  ---
19
 
20
  <div align="center">
 
46
  * **Model Architecture:** ArceeForCausalLM
47
  * **Parameters:** 4.5B
48
  * **Training Tokens:** 8T
49
+ * **License:** [Apache-2.0](https://huggingface.co/arcee-ai/AFM-4.5B-Base#license)
50
 
51
  ***
52
 
 
88
 
89
  ## License
90
 
91
+ AFM-4.5B is released under the Apache-2.0 license.