Forceless commited on
Commit
40bf39f
·
verified ·
1 Parent(s): 6c85cbb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model:
4
+ - Forceless/DeepPresenter-9B
5
+ ---
6
+
7
+ > This is a quantized version of the model for lightweight deployment on edge devices such as Macs.
8
+
9
+ # DeepPresenter-9B
10
+
11
+ **Project**: https://github.com/icip-cas/PPTAgent
12
+ **Paper**: https://arxiv.org/abs/2602.22839
13
+
14
+ ## Model Overview
15
+
16
+ **DeepPresenter-9B** is a 9B-parameter language model designed for **automatic presentation generation**. It serves as the core model in the **DeepPresenter** framework, enabling agentic workflows that generate structured slide presentations from natural language instructions.
17
+
18
+ ## Usage
19
+
20
+ DeepPresenter-9B is intended to be used with the **PPTAgent framework** for full presentation generation:
21
+
22
+ ```bash
23
+ uvx pptagent onboard
24
+
25
+ uvx pptagent generate "Single Page with Title: Hello World" -o hello.pptx
26
+ ```
27
+
28
+ ## Performance
29
+
30
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/64380d17819f3ab20d17595b/PZgEPAPir2ygRvxtqtXnx.png)