List-Enterprise commited on
Upload folder using huggingface_hub
Browse files- README.md +2 -1
- config.json +2 -2
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- list-coder
|
| 8 |
- 500B
|
| 9 |
- ultra-reasoning
|
|
|
|
| 10 |
model_name: List-2.0-Ultra-Coder
|
| 11 |
---
|
| 12 |
|
|
@@ -76,4 +77,4 @@ model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")
|
|
| 76 |
- **Organization:** [List-Enterprise](https://huggingface.co/List-Enterprise)
|
| 77 |
|
| 78 |
---
|
| 79 |
-
*Developed by List Enterprise. Optimized for the List-
|
|
|
|
| 7 |
- list-coder
|
| 8 |
- 500B
|
| 9 |
- ultra-reasoning
|
| 10 |
+
- list-ultra
|
| 11 |
model_name: List-2.0-Ultra-Coder
|
| 12 |
---
|
| 13 |
|
|
|
|
| 77 |
- **Organization:** [List-Enterprise](https://huggingface.co/List-Enterprise)
|
| 78 |
|
| 79 |
---
|
| 80 |
+
*Developed by List Enterprise. Optimized for the List-Coder Engine.*
|
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
|
@@ -11,7 +11,7 @@
|
|
| 11 |
"intermediate_size": 8960,
|
| 12 |
"max_position_embeddings": 131072,
|
| 13 |
"max_window_layers": 21,
|
| 14 |
-
"model_type": "
|
| 15 |
"num_attention_heads": 12,
|
| 16 |
"num_hidden_layers": 28,
|
| 17 |
"num_key_value_heads": 2,
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"ListUltraForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 151643,
|
|
|
|
| 11 |
"intermediate_size": 8960,
|
| 12 |
"max_position_embeddings": 131072,
|
| 13 |
"max_window_layers": 21,
|
| 14 |
+
"model_type": "list-ultra",
|
| 15 |
"num_attention_heads": 12,
|
| 16 |
"num_hidden_layers": 28,
|
| 17 |
"num_key_value_heads": 2,
|