vinoku89 commited on
Commit
5a8bbe6
·
verified ·
1 Parent(s): 3621384

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -9
README.md CHANGED
@@ -4,15 +4,17 @@ base_model: qwen3-0.6B
4
  tags:
5
  - code-generation
6
  - svg
7
- - lora
8
  - fine-tuned
9
- - peft
 
 
10
  language:
11
  - en
12
  pipeline_tag: text-generation
13
  library_name: transformers
14
- model_type: lora
15
  inference: true
 
16
  widget:
17
  - example_title: "Simple Circle"
18
  text: "Create a red circle"
@@ -24,20 +26,28 @@ widget:
24
 
25
  # SVG Code Generator
26
 
27
- This is a fine-tuned LoRA adapter for generating SVG code from natural language descriptions.
28
 
29
  ## Model Details
30
 
31
  - **Model Name**: model_v10
32
  - **Base Model**: qwen3-0.6B
33
- - **Training Method**: LoRA (Low-Rank Adaptation)
34
  - **Task**: Text-to-SVG code generation
35
- - **Model Type**: Causal Language Model with LoRA adapter
36
- - **Library**: Transformers
 
 
37
 
38
  ## Usage
39
 
40
- Load the model using the transformers library and PEFT for LoRA adapters. Use natural language prompts to generate SVG code.
 
 
 
 
 
 
41
 
42
  ## Training Data
43
 
@@ -55,4 +65,10 @@ This model is designed to generate SVG code from text descriptions for education
55
 
56
  ## Model Performance
57
 
58
- The model has been fine-tuned specifically for SVG generation tasks and should be used within this domain for best results.
 
 
 
 
 
 
 
4
  tags:
5
  - code-generation
6
  - svg
 
7
  - fine-tuned
8
+ - fp16
9
+ - vllm
10
+ - merged
11
  language:
12
  - en
13
  pipeline_tag: text-generation
14
  library_name: transformers
15
+ model_type: qwen
16
  inference: true
17
+ torch_dtype: float16
18
  widget:
19
  - example_title: "Simple Circle"
20
  text: "Create a red circle"
 
26
 
27
  # SVG Code Generator
28
 
29
+ This is a fine-tuned model for generating SVG code from natural language descriptions. The model has been merged with the base model weights and optimized in fp16 format.
30
 
31
  ## Model Details
32
 
33
  - **Model Name**: model_v10
34
  - **Base Model**: qwen3-0.6B
35
+ - **Training Method**: Fine-tuning with merged weights
36
  - **Task**: Text-to-SVG code generation
37
+ - **Model Type**: Merged Qwen model
38
+ - **Precision**: fp16
39
+ - **Library**: Transformers, vLLM compatible
40
+ - **Format**: Merged model (not adapter-based)
41
 
42
  ## Usage
43
 
44
+ ### With Transformers
45
+
46
+ Load the model directly using the transformers library:
47
+
48
+ ### With vLLM
49
+
50
+ This model supports vLLM for high-performance inference in fp16 format.
51
 
52
  ## Training Data
53
 
 
65
 
66
  ## Model Performance
67
 
68
+ The model has been fine-tuned specifically for SVG generation tasks with merged weights for optimal performance.
69
+
70
+ ## Technical Details
71
+
72
+ - **Precision**: fp16 for memory efficiency
73
+ - **Compatibility**: vLLM supported for high-throughput inference
74
+ - **Architecture**: Merged fine-tuned weights (no adapters required)