HuanjinYao commited on
Commit
a984d8f
·
verified ·
1 Parent(s): e7abddd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: image-text-to-text
4
+ library_name: transformers
5
+ base_model: meta-llama/Llama-3.2-11B-Vision-Instruct
6
+ ---
7
+
8
+
9
+ # Mulberry
10
+
11
+ Mulberry-llama-11b is a step-by-step reasoning model trained on the Mulberry-260K SFT dataset, which was generated through collective knowledge search using CoMCTS.
12
+
13
+ For reasoning inference, please refer to our GitHub.
14
+
15
+ **Paper**: https://arxiv.org/abs/2412.18319
16
+
17
+ **Code**: https://github.com/HJYao00/Mulberry
18
+
19
+
20
+ ## More Details
21
+ **Base Model**: https://huggingface.co/meta-llama/Llama-3.2-11B-Vision-Instruct
22
+
23
+ **Training Framework**: LLaMA-Factory
24
+
25
+ **Hardware**: 8x NVIDIA H100
26
+
27
+