List-Enterprise commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- pt
|
| 5 |
-
- en
|
| 6 |
-
tags:
|
| 7 |
-
- code
|
| 8 |
-
- list-coder
|
| 9 |
-
-
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# List-2.0-Ultra-Coder
|
| 13 |
-
|
| 14 |
-
List-2.0-Ultra-Coder is a lightweight, efficient coding assistant based on the
|
| 15 |
-
|
| 16 |
-
## Model Details
|
| 17 |
-
- **Architecture**:
|
| 18 |
-
- **Parameters**:
|
| 19 |
-
- **Task**: Code Generation, Reasoning, Logic
|
| 20 |
-
- **Optimization**: Optimized for low-latency local execution.
|
| 21 |
-
|
| 22 |
-
## Usage
|
| 23 |
-
You can use this model with the `transformers` library:
|
| 24 |
-
|
| 25 |
-
```python
|
| 26 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 27 |
-
|
| 28 |
-
model_name = "List-Enterprise/List-2.0-Ultra-Coder"
|
| 29 |
-
tokenizer = AutoTokenizer.from_pretrained(
|
| 30 |
-
model = AutoModelForCausalLM.from_pretrained(
|
| 31 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- pt
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
+
- list-coder
|
| 9 |
+
- tasks
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# List-2.0-Ultra-Coder
|
| 13 |
+
|
| 14 |
+
List-2.0-Ultra-Coder is a lightweight, efficient coding assistant based on the List-2.0-Ultra-Coder architecture. It is optimized for use within the List Coder ecosystem, providing high-speed reasoning and code suggestions.
|
| 15 |
+
|
| 16 |
+
## Model Details
|
| 17 |
+
- **Architecture**: List-2.0-Ultra-Coder
|
| 18 |
+
- **Parameters**: 500 Billion
|
| 19 |
+
- **Task**: Code Generation, Reasoning, Logic
|
| 20 |
+
- **Optimization**: Optimized for low-latency local execution.
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
You can use this model with the `transformers` library:
|
| 24 |
+
|
| 25 |
+
```python
|
| 26 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 27 |
+
|
| 28 |
+
model_name = "List-Enterprise/List-2.0-Ultra-Coder"
|
| 29 |
+
tokenizer = AutoTokenizer.from_pretrained(List-2.0-Ultra-Coder)
|
| 30 |
+
model = AutoModelForCausalLM.from_pretrained(List-2.0-Ultra-Coder)
|
| 31 |
+
```
|