File size: 2,020 Bytes
413ab9c
3883920
413ab9c
 
3883920
413ab9c
3883920
 
 
 
 
 
413ab9c
3883920
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
license: apache-2.0
language:
- en
- id
tags:
- code
- nextjs
- typescript
- react
- unsloth
- web-design
---

# Gwen 1.0 Code Pro

![Gwen 1.0 Banner](preview.png)

**Gwen 1.0 Code Pro** is the balanced flagship of the Gwen series. It is an elegant, high-performance AI coding assistant designed for professional developers who require deep reasoning and clean implementation in modern web stacks.

## Model Details

### Model Description

Gwen 1.0 Code Pro serves as the mid-tier powerhouse, striking the perfect balance between speed and advanced architectural reasoning. It is specialized in the **Vercel** aesthetic, focusing on React 19, Next.js 15/16, and high-end motion libraries.

- **Developed by:** JinXSuper
- **Model type:** Causal Language Model (Fine-tuned for Professional Web Development)
- **Language(s) (NLP):** English, Indonesian (Natural Mix)
- **License:** apache-2.0
- **Finetuned from model:** Qwen Series

## Uses

### Direct Use

Gwen 1.0 Code Pro is optimized for:
*   Designing and implementing complex **React 19** and **Next.js** systems.
*   Advanced UI/UX development using **Tailwind CSS v4** and **Geist Icons**.
*   Crafting fluid animations with **GSAP**, **Framer Motion**, and **Lenis**.
*   Managing modern state management and API integrations within the **Vercel** ecosystem.

### Out-of-Scope Use

*   Low-level hardware or kernel-level programming.
*   General-purpose prose or non-technical content generation.

## Bias, Risks, and Limitations

Gwen 1.0 Pro is deeply aligned with the "sharp and elegant" design philosophy of **JinXSuper**. It may prioritize minimalist code structures and high-end performance over legacy support or verbose boilerplate.

## How to Get Started with the Model

You can load the Pro model using the following snippet:
```python
from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "jinxsuperdev/gwen1.0-code-pro"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id)