mereith commited on
Commit
7ee2109
·
1 Parent(s): 4e33ff9

docs: update readme

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -6,17 +6,27 @@ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 5.43.1
8
  app_file: app.py
9
- pinned: false
10
- license: mit
11
  short_description: MiroMind Open-Source Deep Research
12
  tags:
13
- - chatbot
14
- - sse
15
- - streaming
16
- - real-time
17
- - gradio
18
- - async
 
19
  suggested_hardware: cpu-basic
20
  hf_oauth: false
21
  disable_embedding: false
 
 
 
 
 
 
 
 
 
22
  ---
 
6
  sdk: gradio
7
  sdk_version: 5.43.1
8
  app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
  short_description: MiroMind Open-Source Deep Research
12
  tags:
13
+ - Deep Research
14
+ - MiroMind
15
+ - MiroThinker
16
+ - qwen3
17
+ - agent
18
+ - open-source
19
+ - conversational
20
  suggested_hardware: cpu-basic
21
  hf_oauth: false
22
  disable_embedding: false
23
+ datasets:
24
+ - miromind-ai/MiroVerse-v0.1
25
+ models:
26
+ - miromind-ai/MiroThinker-32B-DPO-v0.1
27
+ - miromind-ai/MiroThinker-32B-SFT-v0.1
28
+ - miromind-ai/MiroThinker-14B-DPO-v0.1
29
+ - miromind-ai/MiroThinker-14B-SFT-v0.1
30
+ - miromind-ai/MiroThinker-8B-DPO-v0.1
31
+ - miromind-ai/MiroThinker-8B-SFT-v0.1
32
  ---