nielsr HF Staff commited on
Commit
2283f48
·
verified ·
1 Parent(s): 90ccaee

Add task categories, link to paper, and Github repository

Browse files

This PR ensures the dataset is linked to (and can be found at) https://huggingface.co/papers/2410.13924.
It also adds the `image-segmentation` task category and links to the Github repository.

Files changed (1) hide show
  1. README.md +10 -14
README.md CHANGED
@@ -1,21 +1,17 @@
1
  ---
2
- viewer: false
3
- license: bsd
 
 
4
  language:
5
  - en
6
- tags:
7
- - 3D semantic segmentation
8
- - indoor 3D scene dataset
9
- pretty_name: arkit_labelmaker
10
- size_categories:
11
- - 1K<n<10K
12
  ---
13
 
14
- # ARKit Labelmaker: A New Scale for Indoor 3D Scene Understanding
15
 
16
- [[arxiv]](https://arxiv.org/abs/2410.13924) [[website]](https://labelmaker.org/) [[checkpoints]](https://huggingface.co/labelmaker/PTv3-ARKit-LabelMaker)
17
 
18
- We complement ARKitScenes dataset with dense semantic annotations that are automatically generated at scale. This produces the first large-scale, real-world 3D dataset with dense semantic annotations.
19
- Training on this auto-generated data, we push forward the state-of-the-art performance on ScanNet and ScanNet200 with prevalent 3D semantic segmentation models.
20
-
21
-
 
1
  ---
2
+ base_model:
3
+ - meta-llama/Meta-Llama-3-8B
4
+ datasets:
5
+ - QizhiPei/MathFusionQA
6
  language:
7
  - en
8
+ pipeline_tag: question-answering
9
+ library_name: transformers
10
+ license: mit
 
 
 
11
  ---
12
 
13
+ Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
14
 
15
+ MathFusion enhances mathematical reasoning through cross-problem instruction synthesis, implementing sequential, parallel, and conditional fusion strategies.
16
 
17
+ Code: https://github.com/QizhiPei/MathFusion