fix: remove upstream model references from README
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model:
|
| 4 |
tags:
|
| 5 |
- transformers
|
| 6 |
- zen
|
|
@@ -35,7 +35,7 @@ Part of the [Zen AI Model Family](https://huggingface.co/zenlm)
|
|
| 35 |
## Model Description
|
| 36 |
|
| 37 |
**Parameters**: 480B (30B active)
|
| 38 |
-
**
|
| 39 |
**Specialization**: Advanced code generation & debugging
|
| 40 |
**Training**: Code-specific training on 100+ languages
|
| 41 |
**Context**: 32K-128K tokens
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: zenlm/zen-coder-480b-instruct
|
| 4 |
tags:
|
| 5 |
- transformers
|
| 6 |
- zen
|
|
|
|
| 35 |
## Model Description
|
| 36 |
|
| 37 |
**Parameters**: 480B (30B active)
|
| 38 |
+
**Architecture**: Zen
|
| 39 |
**Specialization**: Advanced code generation & debugging
|
| 40 |
**Training**: Code-specific training on 100+ languages
|
| 41 |
**Context**: 32K-128K tokens
|