Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 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:** [
|
| 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
|
| 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.
|
|
|
|
|
|