List-Enterprise
Update README.md
6e0bef6 verified
|
raw
history blame
841 Bytes
---
license: mit
language:
- pt
- en
tags:
- code
- list-coder
- tasks
---
# List-2.0-Ultra-Coder
List-2.0-Ultra-Coder is a lightweight, efficient coding assistant based on the List-1.0-100B architecture. It is optimized for use within the List Coder ecosystem, providing high-speed reasoning and code suggestions.
## Model Details
- **Architecture**: List-2.0-Ultra-Coder
- **Parameters**: 500 Billion
- **Task**: Code Generation, Reasoning, Logic
- **Optimization**: Optimized for low-latency local execution.
## Usage
You can use this model with the `transformers` library:
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "List-Enterprise/List-2.0-Ultra-Coder"
tokenizer = AutoTokenizer.from_pretrained(List-2.0-Ultra-Coder)
model = AutoModelForCausalLM.from_pretrained(List-2.0-Ultra-Coder)
```