KurtDu commited on
Commit
426d6ed
·
verified ·
1 Parent(s): 05c93ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -2,17 +2,24 @@
2
  license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
- pipeline_tag: text-to-image
6
  datasets:
7
  - FreedomIntelligence/BlendNet
8
  metrics:
9
  - code_eval
10
  tags:
11
  - code
 
 
 
 
 
 
 
12
  ---
13
 
14
  # 🤖 BlenderLLM: Training Large Language Models for Computer-Aided Design with Self-improvement
15
 
16
  **BlenderLLM** is built using **Qwen2.5-Coder-7B-Instruct** as the base model. It has been fine-tuned on the **BlendNet** training dataset and further optimized through **Self-improvement** techniques to achieve the best performance.
17
 
18
- For more details, please visit our [GitHub repository](https://github.com/FreedomIntelligence/BlenderLLM)
 
2
  license: apache-2.0
3
  base_model:
4
  - Qwen/Qwen2.5-7B-Instruct
5
+ pipeline_tag: text-to-3d
6
  datasets:
7
  - FreedomIntelligence/BlendNet
8
  metrics:
9
  - code_eval
10
  tags:
11
  - code
12
+ - render
13
+ - CAD
14
+ - 3D
15
+ - Modeling
16
+ - LLM
17
+ - bpy
18
+ - Blender
19
  ---
20
 
21
  # 🤖 BlenderLLM: Training Large Language Models for Computer-Aided Design with Self-improvement
22
 
23
  **BlenderLLM** is built using **Qwen2.5-Coder-7B-Instruct** as the base model. It has been fine-tuned on the **BlendNet** training dataset and further optimized through **Self-improvement** techniques to achieve the best performance.
24
 
25
+ For more details, please visit our [GitHub repository](https://github.com/FreedomIntelligence/BlenderLLM)