Update README.md
Browse files
README.md
CHANGED
@@ -110,15 +110,20 @@ special_tokens:
|
|
110 |
# deepseek-coder-1.3b-typescript
|
111 |
|
112 |
CodeGPTPlus/deepseek-coder-1.3b-typescript, emerges as a fine-tuned iteration of [deepseek-ai/deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base), meticulously crafted by the CodeGPT team to excel in generating expert code in TypeScript. With specific fine-tuning for TypeScript and a dataset of 0.5B tokens, this model excels in producing precise and efficient solutions in this programming language.
|
|
|
113 |
The 16K window size and an additional fill-in-the-middle task are employed to deliver project-level code completion.
|
|
|
114 |
This new model stands as the ideal choice for those seeking a specialized code generator for TypeScript, backed by the expertise of the CodeGPT team.
|
115 |
|
116 |
It achieves the following results on the evaluation set:
|
117 |
- Loss: 0.7681
|
118 |
|
119 |
**Model Developers** CodeGPT Team
|
|
|
120 |
**Variations** 1.3B
|
|
|
121 |
**Input** Models input text only.
|
|
|
122 |
**Output** Models generate text only.
|
123 |
|
124 |
## How to Use
|
|
|
110 |
# deepseek-coder-1.3b-typescript
|
111 |
|
112 |
CodeGPTPlus/deepseek-coder-1.3b-typescript, emerges as a fine-tuned iteration of [deepseek-ai/deepseek-coder-1.3b-base](https://huggingface.co/deepseek-ai/deepseek-coder-1.3b-base), meticulously crafted by the CodeGPT team to excel in generating expert code in TypeScript. With specific fine-tuning for TypeScript and a dataset of 0.5B tokens, this model excels in producing precise and efficient solutions in this programming language.
|
113 |
+
|
114 |
The 16K window size and an additional fill-in-the-middle task are employed to deliver project-level code completion.
|
115 |
+
|
116 |
This new model stands as the ideal choice for those seeking a specialized code generator for TypeScript, backed by the expertise of the CodeGPT team.
|
117 |
|
118 |
It achieves the following results on the evaluation set:
|
119 |
- Loss: 0.7681
|
120 |
|
121 |
**Model Developers** CodeGPT Team
|
122 |
+
|
123 |
**Variations** 1.3B
|
124 |
+
|
125 |
**Input** Models input text only.
|
126 |
+
|
127 |
**Output** Models generate text only.
|
128 |
|
129 |
## How to Use
|