Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 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:** [
|
| 53 |
|
| 54 |
***
|
| 55 |
|
|
@@ -91,6 +88,4 @@ print(generated_text)
|
|
| 91 |
|
| 92 |
## License
|
| 93 |
|
| 94 |
-
AFM-4.5B is released under the
|
| 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.
|
|
|
|
|
|