List-Enterprise commited on
Commit
00cb671
·
verified ·
1 Parent(s): fb28955

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -31
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
- - deepseek
10
- ---
11
-
12
- # List-2.0-Ultra-Coder
13
-
14
- List-2.0-Ultra-Coder is a lightweight, efficient coding assistant based on the DeepSeek-R1-Distill-Qwen-1.5B architecture. It is optimized for use within the List Coder ecosystem, providing high-speed reasoning and code suggestions.
15
-
16
- ## Model Details
17
- - **Architecture**: DeepSeek-R1-Distill-Qwen-1.5B
18
- - **Parameters**: 1.5 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(model_name)
30
- model = AutoModelForCausalLM.from_pretrained(model_name)
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
+ ```